Skip to content

Commit

Permalink
Update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
francoispluchino committed Dec 28, 2017
1 parent e8f7667 commit b547c8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ cache:
matrix:
include:
- php: 7.1
- php: 7.2
- php: nightly

allow_failures:
Expand All @@ -18,7 +19,7 @@ matrix:

before_script:
- composer self-update
- composer global require --prefer-source phpunit/phpunit:"^6.2.0" satooshi/php-coveralls:^1.0.0
- composer global require --prefer-source phpunit/phpunit:"^6.5.0" satooshi/php-coveralls:^1.0.0
- composer install --prefer-source
- mkdir -p ./build/logs

Expand Down

0 comments on commit b547c8c

Please sign in to comment.