diff --git a/.travis.yml b/.travis.yml index dd893e16..760c6b86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ language: ruby sudo: false rvm: - - 2.3 + - 2.4 install: 'echo skip bundle install' @@ -32,8 +32,8 @@ script: - export WORKSPACE=`pwd`/workspace - export PATH_TO_DMSF=`pwd` - export PATH_TO_REDMINE=$WORKSPACE/redmine - - mkdir -p $WORKSPACE - - cp -f config/database.yml.travis $WORKSPACE/database.yml + - mkdir -p ${WORKSPACE} + - cp -f config/database.yml.travis ${WORKSPACE}/database.yml - bash -x ./test/ci/redmine_install.sh -c - bash -x ./test/ci/redmine_install.sh -i - bash -x ./test/ci/redmine_install.sh -t @@ -42,4 +42,7 @@ script: env: - RAILS_ENV=test -cache: bundler \ No newline at end of file +cache: bundler + +gemfile: + - ${PATH_TO_REDMINE}/Gemfile \ No newline at end of file