Skip to content

Commit 59bf8b2

Browse files
committed
1 parent 865d950 commit 59bf8b2

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: php
2+
23
php:
34
- 5.3
45
- 5.4
@@ -7,7 +8,10 @@ php:
78
- 7
89
- hhvm
910

10-
before_script:
11-
- composer install --dev --prefer-source --no-interaction
11+
sudo: false
12+
13+
install:
14+
- composer install --prefer-source --no-interaction
15+
1216
script:
1317
- phpunit --coverage-text

0 commit comments

Comments
 (0)