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 e980f95 commit 1036a5aCopy full SHA for 1036a5a
.travis.yml
@@ -1,12 +1,32 @@
1
language: php
2
3
php:
4
+ - 5.0
5
+ dist: precise
6
+ - 5.1
7
8
- 5.3
9
10
- 5.4
11
12
- 5.5
13
- 5.6
14
- 7.0
15
+ - 7.1
16
+ - 7.2
17
+ - hhvm-3.3
18
+ dist: trusty
19
+ - hhvm-3.6
20
21
+ - hhvm-3.9
22
23
+ - hhvm-3.12
24
25
+ - hhvm-3.15
26
27
+ - hhvm-3.24
28
29
30
script: |
31
composer install --optimize-autoloader --no-suggest --no-dev
- phpunit
32
+ phpunit
0 commit comments