Removed the before_script section for Travis CI as this functionality is default now

This commit is contained in:
Anthony Sterling
2017-09-23 19:02:17 +01:00
parent 2faff272df
commit 589766e008

View File

@@ -10,8 +10,5 @@ before_install:
install:
- travis_retry composer install --no-interaction --prefer-source
before_script:
- php -v
script:
- make all