Fixed missing cmd in travis setup

This commit is contained in:
Ingo Schommer 2013-03-28 21:31:21 +01:00
parent b23c9bba82
commit 36352fdc68

View File

@ -12,8 +12,8 @@ matrix:
env: DB=MYSQL CORE_RELEASE=3.0
before_script:
- phpenv rehash
- ./tests/travis/travis_setup.php --target ~/builds/ss
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
- cd ~/builds/ss
script: