Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Commit

Permalink
travis intagration
Browse files Browse the repository at this point in the history
  • Loading branch information
atayahmet committed May 23, 2016
1 parent 1bc24ea commit 9fd9751
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
language: php

php:
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- hhvm

env:
- DB=sqlite3

before_script:
- composer self-update
- composer install --prefer-source --no-interaction --dev

script: vendor/bin/phpunit

matrix:
allow_failures:
- php: 5.6
- php: hhvm
fast_finish: true

0 comments on commit 9fd9751

Please sign in to comment.