Skip to content

Commit

Permalink
fix travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
rubyconvict committed May 4, 2016
1 parent 3a00444 commit bbd674e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ script:
- cp config/database.yml.example config/database.yml
- BUNDLE_GEMFILE=Gemlocal gemlocal_aware_bundle install --path vendor/gemlocal_aware_bundle
- BUNDLE_GEMFILE=Gemlocal gemlocal_aware_bundle exec rake test
- cp $PLUGIN_DIR/.travis-database.$DB.yml $PATH_TO_REDMINE/config/database.yml
- cd $PATH_TO_REDMINE
- cp $PATH_TO_PLUGINS/$PLUGIN/.travis-database.$DB.yml config/database.yml
- cd $PLUGIN_DIR
- bash -x ./.travis-init.sh -t || exit 1
- bash -x ./.travis-init.sh -u || exit 1
before_script:
Expand Down

0 comments on commit bbd674e

Please sign in to comment.