Skip to content

Commit

Permalink
travis_wait追加
Browse files Browse the repository at this point in the history
  • Loading branch information
RyujiAMANO committed Apr 8, 2016
1 parent 8261c90 commit 4e73bad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ before_script:
- git clone git://github.com/NetCommons3/NetCommons3 $NETCOMMONS_BUILD_DIR
- cd $NETCOMMONS_BUILD_DIR
- git checkout $NETCOMMONS_VERSION
- . tools/build/plugins/cakephp/travis/pre.sh
- travis_wait . tools/build/plugins/cakephp/travis/pre.sh
- . tools/build/plugins/cakephp/travis/environment.sh

script:
- . tools/build/plugins/cakephp/travis/main.sh
Expand All @@ -28,4 +29,4 @@ notifications:
recipients:
- netcommons3@googlegroups.com
on_success: never # default: change
on_failure: always # default: always
on_failure: always # default: always

0 comments on commit 4e73bad

Please sign in to comment.