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

Commit

Permalink
remove .travis submodule, use the git clone in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ceeram committed Sep 16, 2013
1 parent b128910 commit 1885fde
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

1 change: 0 additions & 1 deletion .travis
Submodule .travis deleted from 6d8f71
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,17 @@ matrix:
- DB=mysql CAKE_VERSION=master PHPCS=1

before_script:
- ./.travis/before_script.sh
- cd ../cakephp/app
- 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

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

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

notifications:
email: false

0 comments on commit 1885fde

Please sign in to comment.