1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-22 13:33:52 +03:00

M #-: Fix travis compilation (#3545)

This commit is contained in:
Christian González 2019-07-23 15:49:37 +02:00 committed by Tino Vázquez
parent f67ebb84b6
commit 3c6da23a56
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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