Skip to content

Commit

Permalink
Merge pull request #37 from open-source-contributions/use_php74_nightly
Browse files Browse the repository at this point in the history
Add php-7.4 and nightly version tests
  • Loading branch information
mkopinsky authored Jan 28, 2020
2 parents 6d5093c + a462c5e commit 3235e18
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
language: php

php:
- 7.4
- 7.3
- 7.2
- 7.1
- hhvm
- nightly

matrix:
fast_finish: true
allow_failures:
- php: hhvm
- php: nightly

before_script:
- composer update --prefer-dist
Expand Down

0 comments on commit 3235e18

Please sign in to comment.