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

Commit

Permalink
update submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
ceeram committed Sep 16, 2013
1 parent 98a8b38 commit fe80342
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis
Submodule .travis updated 1 files
+12 −4 travis.sh
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ env:
global:
- REPO_NAME=Authenticate
- PLUGIN_NAME=Authenticate
- REQUIRE=""

matrix:
- DB=mysql CAKE_VERSION=master
- DB=mysql CAKE_VERSION=2.5
Expand All @@ -25,7 +27,6 @@ matrix:
before_script:
- ./.travis/travis.sh
- cd ../cakephp/app
- cat Config/bootstrap.php

script:
- sh -c "if [ '$PHPCS' != '1' ]; then ./Console/cake test $PLUGIN_NAME All$PLUGIN_NAME --stderr --coverage-clover build/logs/clover.xml; else phpcs -p --ignore='*/Test/*' --extensions=php --standard=CakePHP ./Plugin/$PLUGIN_NAME; fi"
Expand Down

0 comments on commit fe80342

Please sign in to comment.