Skip to content

Commit 81fc647

Browse files
Revert to original travis config
1 parent c9ca999 commit 81fc647

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.travis.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,8 @@ php:
1212
- 7.1
1313
- hhvm
1414

15-
before_install:
16-
- cp .env.example .env
17-
- if [[ $TRAVIS_PHP_VERSION == hhvm ]]; then echo 'hhvm.jit = false' >> /etc/hhvm/php.ini; fi
15+
before_install: cp .env.example .env
1816

19-
install: travis_retry composer install --no-interaction --no-suggest
20-
21-
notifications:
22-
email: false
17+
install: travis_retry composer install --no-interaction --no-scripts --prefer-source
2318

2419
script: vendor/bin/phpunit

0 commit comments

Comments
 (0)