Skip to content
This repository has been archived by the owner on Sep 23, 2022. It is now read-only.

Commit

Permalink
Fixed travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
gquemener committed May 22, 2015
1 parent 3eb7f79 commit 1b19017
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .travis.yml
Expand Up @@ -17,11 +17,9 @@ matrix:
branches:
only: [master]

before_script:
- composer selfupdate
- composer update --prefer-source --dev

script:
- bin/phpspec run -fpretty

before_script:
- composer selfupdate
- composer update --prefer-source --dev

script:
- bin/phpspec run -fpretty

0 comments on commit 1b19017

Please sign in to comment.