We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc37ed commit cf81b9aCopy full SHA for cf81b9a
.travis.yml
@@ -1,17 +1,30 @@
1
language: php
2
3
php:
4
+ - 5.6
5
- 7.0
6
- 7.1
7
- 7.2
8
- 7.3
9
+ - hhvm
10
11
matrix:
- fast_finish: true
12
+ fast_finish: true
13
+ allow_failures:
14
+ - php: 5.6
15
+ - php: hhvm
16
17
sudo: false
18
-install: composer install --no-interaction
19
+before-install:
20
+ - composer self-update
21
+ - composer install --prefer-source --no-interaction --dev
22
+
23
+install:
24
+ - composer install --no-interaction
25
26
+script:
27
+ - phpunit
28
29
notifications:
30
email:
0 commit comments