Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2ab01ab

Browse files
author
Graham Campbell
committed
Improved travis config
1 parent 1487c5a commit 2ab01ab

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ php:
88
- 7.0
99
- hhvm
1010

11-
before_script:
12-
- travis_retry composer install --no-interaction --prefer-source
11+
sudo: false
1312

14-
script:
15-
- vendor/bin/phpunit
13+
install: travis_retry composer install --no-interaction --prefer-source
14+
15+
script: vendor/bin/phpunit

0 commit comments

Comments
 (0)