Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
imsamurai committed Aug 7, 2014
1 parent 43e474b commit 1e26a83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -35,7 +35,7 @@ before_script:
- if [ "$PHPCS" != 1 ]; then
echo "
CakePlugin::load('HttpSource', array('bootstrap' => true, 'routes' => false));
CakePlugin::load('SMSFlySource', array('bootstrap' => true, 'routes' => false));
CakePlugin::load('SMSFlySource');
" >> ../cakephp/app/Config/bootstrap.php;
echo "<?php
require_once dirname(dirname(__FILE__)) . '/vendor/autoload.php';
Expand All @@ -55,4 +55,4 @@ after_success:
- ../travis/after_success.sh

notifications:
email: im.samuray@gmail.com
email: im.samuray@gmail.com

0 comments on commit 1e26a83

Please sign in to comment.