Skip to content

Commit

Permalink
Simplified travis builds (using external script)
Browse files Browse the repository at this point in the history
  • Loading branch information
chillu committed Mar 29, 2013
1 parent ec213ef commit fb15dae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 143 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
@@ -1,4 +1,4 @@
# See https://gist.github.com/chillu/5262316 for setup details # See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details


language: php language: php
php: php:
Expand All @@ -16,7 +16,8 @@ matrix:
before_script: before_script:
- pear -q install --onlyreqdeps pear/PHP_CodeSniffer - pear -q install --onlyreqdeps pear/PHP_CodeSniffer
- phpenv rehash - 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 - cd ~/builds/ss


script: script:
Expand Down
50 changes: 0 additions & 50 deletions tests/travis/_config.php

This file was deleted.

91 changes: 0 additions & 91 deletions tests/travis/travis_setup.php

This file was deleted.

0 comments on commit fb15dae

Please sign in to comment.