From 17e82b64c5c72113903c59accd49cfe485f13669 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Fri, 15 Jun 2018 15:01:08 +0200 Subject: [PATCH] Continous integration update --- .travis.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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