Skip to content

Commit

Permalink
Move userforms requirement to travis setup call
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed Jun 15, 2017
1 parent 5aa1ca9 commit 2af878f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ matrix:
before_script:
- composer self-update || true
- 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 silverstripe/userforms
- cd ~/builds/ss
- composer install
- composer require silverstripe/userforms

script:
- vendor/bin/phpunit spamprotection/tests

0 comments on commit 2af878f

Please sign in to comment.