Skip to content

Commit

Permalink
Merge pull request #5 from Fryguy/fix_specs_on_travis
Browse files Browse the repository at this point in the history
Fix issue with travis setup script
  • Loading branch information
chessbyte authored Dec 22, 2016
2 parents 0df8009 + 9af862c commit 1d676bc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tools/ci/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ source tools/ci/setup_vmdb_configs.sh
source tools/ci/setup_js_env.sh
cd -

source spec/manageiq/tools/ci/setup_ruby_env.sh
# HACK: Temporary workaround until we can get the cross-repo scripts working properly
# source spec/manageiq/tools/ci/setup_ruby_env.sh
spec/manageiq/tools/ci/setup_ruby_environment.rb
export BUNDLE_WITHOUT=development
export BUNDLE_GEMFILE=${PWD}/Gemfile

set +v

0 comments on commit 1d676bc

Please sign in to comment.