Skip to content

Commit 5498ea3

Browse files
committed
Fixed TravisCI configuration
1 parent d7ae715 commit 5498ea3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
sudo: false
12
language: php
23
php:
34
- 5.3
@@ -8,5 +9,6 @@ php:
89

910
before_script:
1011
- cd tests
12+
- composer install -n
1113

1214
script: phpunit --coverage-text --configuration phpunit.xml.dist

0 commit comments

Comments
 (0)