Skip to content

Commit

Permalink
cleanup travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
robfrawley committed May 26, 2017
1 parent b992766 commit 3e5fb3c
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@
# file distributed with this source code.
#

sudo : false
sudo: false
language : php
php : [ 7.1, nightly ]

php:
- 7.1
- nightly

matrix:
fast_finish: true
Expand All @@ -35,13 +38,13 @@ env:
- SYMFONY_DEPRECATIONS_HELPER=weak
- secure: "KcRwdN+/W0tCMKzOMFKU4WDE3UVZRL2O8zbYO/Re3L/da1hmqSCYiZpimJoEZB3Nc+GQSLlfGg7E+ZgG0stPNjiymAOYPgndnsfI+8MZnP5XX0nXWqcrIvCocgE/YFLswMLoiVmFmdODuoc3vH/fYQwwVIu+WqiIBd6+tXSYTG8ZDQh1FO4B/13OhWyGjKggQTAtcOswVMRIeP4c7kJvrqpzQFHNy7j6vZSXS9U4eXsSfK8Wfw3+4Cwfa4B/YyhygD/JgW0GnToT90wCa4D24HuPpzDtXjImmCLSClOgPVu6GL6QPEfw05mfpfurfUOM4TrSdn0QikDsyaGr09V6oMk8qSKgEgvgMQaF9Y0SG6tZ+NnSh2RPZZMF+45rx1OMdYiUPqRA6ZRnxoE1T0mdl6A+5MVIooerlGLGnp2OJwGUL5lW/B7yIKlMMCb9SxqipzkFzMorvZtpjXzTAF/ZPd5Rsq9VvfIzCBAz0MOg/2m46uV/YDwjIS0yORZMGDDagOLWbVX+3Tc169FoUDYITfGaLiyollSb3xwxHhh1lGM4JAb4GXYIxDLRvUUyM9yxS30sCykejW21YuCs/LyICWE6T7+BDYzyV6wr9g1Hip+hSimbd7NLRhY5Cebhf1qkGJn/sUA1cNNeue+dpdauqrg+pmTFJSJGaowG2y3zWRk="

install :
install:
- bash .bldr/bldr -q -b up

script :
script:
- bin/phpunit -vvv

after_script :
after_script:
- bash .bldr/bldr -q -b down

...

0 comments on commit 3e5fb3c

Please sign in to comment.