Skip to content

Commit

Permalink
M #-: Fix travis compilation (OpenNebula#3545)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian González authored and Tino Vázquez committed Jul 23, 2019
1 parent f67ebb8 commit 3c6da23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ before_install:
- sudo npm install -g grunt
- sudo npm install -g grunt-cli
- (cd src/sunstone/public && npm install && bower install)
- eval "$(curl -sL https://raw.githubusercontent.com/travis-ci/gimme/master/gimme | GIMME_GO_VERSION=1.12 bash)"
script:
- set -o errexit; source .travis/smoke_tests.sh
5 changes: 4 additions & 1 deletion .travis/tests/04-oned.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ mkdir $HOME/.one
echo "oneadmin:opennebula" > $HOME/.one/one_auth

# Install gems
sudo /usr/share/one/install_gems --yes
source /home/travis/.rvm/scripts/rvm
rvm repair wrappers

rvmsudo /usr/share/one/install_gems --yes

# Enable dummy drivers
sudo chmod o+w /etc/one/oned.conf
Expand Down

0 comments on commit 3c6da23

Please sign in to comment.