Skip to content

Commit

Permalink
Merge pull request #11 from afk/master
Browse files Browse the repository at this point in the history
Adjusting CI config
  • Loading branch information
richardfullmer authored Aug 24, 2016
2 parents ef4ea0b + 53f469b commit 92847c4
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
language: php

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

before_script:
- composer install -n
matrix:
fast_finish: true
allow_failures:
- php: nightly
- php: hhvm

script:
- vendor/bin/phpunit
install: composer install -n

0 comments on commit 92847c4

Please sign in to comment.