Skip to content

Commit 5cfae37

Browse files
authored
Merge pull request #2 from QuorumCollection/donatj-patch-1
Update .travis.yml
2 parents 28e844d + 34e4b6b commit 5cfae37

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

.travis.yml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
11
language: php
2+
sudo: false
3+
dist: precise
24

35
php:
46
- 5.3
57
- 5.4
68
- 5.5
79
- 5.6
10+
- 7.0
11+
- 7.1
12+
- 7.2
13+
- 7.3
14+
- nightly
815
- hhvm
9-
before_script:
10-
- composer install --no-dev
11-
script: phpunit
16+
17+
matrix:
18+
allow_failures:
19+
- php: nightly
20+
- php: hhvm
21+
22+
install: composer install
23+
script: vendor/bin/phpunit --coverage-clover=coverage.clover

0 commit comments

Comments
 (0)