From 05d13054979e2a068e22026a6db5c179b9924aed Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Thu, 28 Mar 2013 21:25:51 +0100 Subject: [PATCH] Simplified travis builds (external setup scripts) --- .travis.yml | 9 ++++---- tests/travis/_config.php | 22 ------------------- tests/travis/_manifest_exclude | 0 tests/travis/_ss_environment.php | 37 -------------------------------- tests/travis/before_script | 10 --------- 5 files changed, 5 insertions(+), 73 deletions(-) delete mode 100644 tests/travis/_config.php delete mode 100644 tests/travis/_manifest_exclude delete mode 100644 tests/travis/_ss_environment.php delete mode 100755 tests/travis/before_script diff --git a/.travis.yml b/.travis.yml index c4811ab2f..c97ef435c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,16 +3,17 @@ php: - 5.3 env: - - TESTDB=MYSQL - - TESTDB=PGSQL + - TESTDB=MYSQL CORE_RELEASE=2.4 + - TESTDB=PGSQL CORE_RELEASE=2.4 before_script: - phpenv rehash - - ./tests/travis/before_script ~/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: - - phpunit -c phpunit.xml.dist + - phpunit sapphire/tests branches: except: diff --git a/tests/travis/_config.php b/tests/travis/_config.php deleted file mode 100644 index 7b5da0dc3..000000000 --- a/tests/travis/_config.php +++ /dev/null @@ -1,22 +0,0 @@ -