Skip to content

Commit

Permalink
Get Travis going for PHP 7.1-7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Jun 13, 2020
1 parent 5ed358b commit a89ffcc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- nightly
- hhvm

matrix:
allow_failures:
- php: nightly
- php: hhvm

before_script:
- composer self-update
- composer update

script:
- phpunit
- vendor/bin/phpunit
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"zetacomponents/base": "~1.8"
},
"require-dev": {
"phpunit/phpunit": "~7.5",
"zetacomponents/unit-test": "*"
}
}

0 comments on commit a89ffcc

Please sign in to comment.