Skip to content

Commit 8ae771d

Browse files
authored
Merge pull request #45 from slimphp/update-travis
Update .travis.yml
2 parents b721888 + 04a0290 commit 8ae771d

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

.travis.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
language: php
22

3-
php:
4-
- 5.5
5-
- 5.6
6-
- 7.0
7-
- hhvm
3+
matrix:
4+
include:
5+
- php: 7.1
6+
env: ANALYSIS='true'
7+
- php: 7.2
8+
- php: 7.3
9+
- php: nightly
10+
allow_failures:
11+
- php: nightly
812

913
before_script: composer install
1014

11-
script: phpunit --coverage-text --configuration phpunit.xml.dist
15+
script: phpunit --coverage-text --configuration phpunit.xml.dist

0 commit comments

Comments
 (0)