Skip to content

Commit

Permalink
Include cms in travis test, as cms is required for test run.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Minnee committed Feb 13, 2014
1 parent ea1461a commit 94ebd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -15,7 +15,7 @@ matrix:

before_script:
- git clone git://github.com/silverstripe-labs/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/cms
- cd ~/builds/ss

script:
Expand Down

0 comments on commit 94ebd83

Please sign in to comment.