Skip to content
Snippets Groups Projects
Commit 5704fdad authored by Adrien Matta's avatar Adrien Matta :skull_crossbones:
Browse files

* Reverting to using root from debian as root from ubuntu does not work

parent 8aefe4f2
No related branches found
No related tags found
No related merge requests found
......@@ -10,8 +10,8 @@ compiler:
before_install:
# Linux
# - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ trusty main universe"; fi
# - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get -qq install root-system; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ trusty main universe"; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get -qq install root-system; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then cd && wget https://www.dropbox.com/s/8hxjkd6twdsv5fi/geant4_install_new.tar.gz; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then tar -xf geant4_install_new.tar.gz; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then source ~/geant4_install/share/Geant4-10.1.2/geant4make/geant4make.sh; fi
......@@ -41,11 +41,8 @@ branches:
addons:
apt:
# sources:
# - ubuntu-toolchain-r-test
packages:
- ninja-build
- root-system
#notifications:
# email:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment