Skip to content

Commit

Permalink
Fix travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
yceruto committed Feb 21, 2019
1 parent 4b7a584 commit 183430b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ cache:
directories:
- $HOME/.composer/cache

php:
- 5.6
- 7.1
- 7.2
- hhvm

matrix:
fast_finish: true
include:
Expand All @@ -26,7 +32,7 @@ before_install:

install:
- composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
- ./vendor/bin/phpunit install
- ./vendor/bin/simple-phpunit install

after_script:
- ./vendor/bin/php-coveralls
Expand Down

0 comments on commit 183430b

Please sign in to comment.