Skip to content

Commit

Permalink
Update Travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
Anahkiasen committed Aug 3, 2014
1 parent 2324fa9 commit 4e910a3
Showing 1 changed file with 19 additions and 11 deletions.
30 changes: 19 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
language: php

php:
- 5.3
- 5.4
- 5.5

before_script:
- composer install --dev

script: phpunit
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm

before_script:
- composer self-update
- composer install --dev --prefer-dist

matrix:
allow_failures:
- php: hhvm
fast_finish: true

script: phpunit

0 comments on commit 4e910a3

Please sign in to comment.