Skip to content

Commit b9d902f

Browse files
author
Alexandre Salomé
committed
Merge pull request #100 from GrahamCampbell/patch-1
Tweaked travis config
2 parents ca5ab23 + 80bf8f0 commit b9d902f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ php:
77
- 5.4
88
- 5.5
99
- 5.6
10-
- 7
10+
- 7.0
1111
- hhvm
1212

13-
script: phpunit
13+
install:
14+
- composer install --prefer-source
1415

15-
before_script:
16-
- composer install --dev --prefer-source
16+
script: phpunit

0 commit comments

Comments
 (0)