Skip to content

Commit 79647fc

Browse files
committed
Merge pull request #12 from xificurk/travis-update
Travis update
2 parents 74d0b1c + cbc3625 commit 79647fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,20 @@ php:
1010
- 5.4
1111
- 5.5
1212
- 5.6
13+
- 7.0
1314
- hhvm
1415

1516
matrix:
1617
allow_failures:
1718
- php: hhvm
19+
- php: 7.0
1820

1921
before_install:
2022
- composer self-update
2123
- php tests/prepare-composer.php
2224

2325
install:
24-
- composer install --no-interaction --dev --prefer-source
26+
- composer install --no-interaction --prefer-source
2527

2628
script:
2729
- vendor/bin/tester tests -s -c tests/php-unix.ini -p php

0 commit comments

Comments
 (0)