Skip to content

Commit

Permalink
Attempt to fix travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
UndefinedOffset committed Oct 31, 2017
1 parent bf1f27e commit c537c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ matrix:

before_script:
- git clone git://github.com/silverstripe/silverstripe-travis-support.git ~/travis-support
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss --require phpunit/php-file-iterator:1.3.4
- cd ~/builds/ss

script:
Expand Down

0 comments on commit c537c86

Please sign in to comment.