Skip to content

Commit 5a31c2f

Browse files
authored
Merge pull request php-annotations#126 from peter279k/test_enhancement
Test enhancement
2 parents 77ef66f + 493771b commit 5a31c2f

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

.travis.yml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
11
language: php
22

3-
php: [5.3, 5.4, 5.5, 5.6, hhvm, 7]
3+
php:
4+
- 5.4
5+
- 5.5
6+
- 5.6
7+
- 7.0
8+
- 7.1
9+
- 7.2
10+
- nightly
11+
12+
matrix:
13+
include:
14+
- php: 5.3
15+
dist: precise
16+
allow_failures:
17+
- php: nightly
418

519
before_script:
6-
- composer install --dev --prefer-source
20+
- composer install --prefer-source
721

822
script: php test/test.php
923

0 commit comments

Comments
 (0)