Skip to content

Commit

Permalink
added Gemfile to travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
nodecarter committed Oct 9, 2013
1 parent 7012e53 commit a5f859c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Expand Up @@ -7,6 +7,9 @@ rvm:
- 1.9.3
- 2.0.0

gemfile:
- $REDMINE_PATH/Gemfile

env:
- REDMINE_VER=2.1.6
- REDMINE_VER=2.2.4
Expand All @@ -16,8 +19,10 @@ matrix:
exclude:
- rvm: 2.0.0
env: REDMINE_VER=2.1.6
gemfile: $REDMINE_PATH/Gemfile
- rvm: 2.0.0
env: REDMINE_VER=2.2.4
gemfile: $REDMINE_PATH/Gemfile

before_install:
- export PLUGIN_NAME=redmine_non_member_watcher
Expand All @@ -28,9 +33,6 @@ before_install:
- cp config/database-$DB-travis.yml $REDMINE_PATH/config/database.yml
- cd $REDMINE_PATH

install:
- bundle install

before_script:
- rake db:create
- rake db:migrate
Expand Down

0 comments on commit a5f859c

Please sign in to comment.