Skip to content

Commit 7d99150

Browse files
committed
Travis: no longer install from source and added PHP-7.0
1 parent 6340ead commit 7d99150

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ php:
77
- 5.4
88
- 5.5
99
- 5.6
10+
- 7.0
1011
- nightly
1112
- hhvm
1213

1314
install:
1415
- if [ "$TRAVIS_PHP_VERSION" = "5.3.3" ]; then composer config -g disable-tls true; composer config -g secure-http false; fi
15-
- composer install -n --prefer-source
16+
- composer install -n
1617

1718
before_script:
1819
- CODE_COVERAGE=`echo $TRAVIS_PHP_VERSION | grep -v "hhvm" | wc -l`

0 commit comments

Comments
 (0)