Skip to content

Commit

Permalink
Added php 7.3 to ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
denpamusic committed Nov 21, 2018
1 parent fdd8132 commit 7d812b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dist: trusty
php:
- 7.1
- 7.2
- 7.3
- hhvm
- nightly

Expand All @@ -18,10 +19,11 @@ before_script:
script:
- mkdir -p build/logs
- php vendor/bin/phpunit
- if [[ "$TRAVIS_PULL_REQUEST" == "false" && $TRAVIS_PHP_VERSION != "hhvm" && $TRAVIS_PHP_VERSION != "nightly" ]]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT; fi
- if [[ "$TRAVIS_PULL_REQUEST" == "false" && $TRAVIS_PHP_VERSION != "hhvm" && $TRAVIS_PHP_VERSION != "nightly" && $TRAVIS_PHP_VERSION != "7.3" ]]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT; fi

matrix:
allow_failures:
- php: 7.3
- php: hhvm
- php: nightly
fast_finish: true
Expand Down

0 comments on commit 7d812b6

Please sign in to comment.