Commit e67b199e authored by Nicolas Widart's avatar Nicolas Widart

Moving before script to travis.sh

parent c653b974
...@@ -12,8 +12,8 @@ env: ...@@ -12,8 +12,8 @@ env:
- LARAVEL_VERSION="~5.3" TESTBENCH_VERSION="~3.3" - LARAVEL_VERSION="~5.3" TESTBENCH_VERSION="~3.3"
before_script: before_script:
- travis_retry composer self-update - chmod +x travis.sh
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist - ./travis.sh
script: phpunit script: phpunit
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment