Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Commit

Permalink
Fix travis setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ceeram committed Apr 1, 2014
1 parent 0137807 commit fda8e19
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,14 @@ matrix:
- DB=mysql CAKE_VERSION=master PHPCS=1

before_script:
- cd ..
- git clone git://github.com/cakephp/cakephp.git --branch $CAKE_VERSION --depth 1
- cd cakephp/app
- git clone https://github.com/FriendsOfCake/travis.git
- ./travis/before_script.sh
- git clone -b master https://github.com/FriendsOfCake/travis.git --depth 1 ../travis
- ../travis/before_script.sh

script:
- ./travis/script.sh
- ../travis/script.sh

after_success:
- ./travis/after_success.sh
- ../travis/after_success.sh

notifications:
email: false

0 comments on commit fda8e19

Please sign in to comment.