travis - use installer from tested branch

This commit is contained in:
Bastian Schroll 2017-02-21 23:06:31 +01:00
parent 42644d7c3c
commit 1b5993119e

View file

@ -13,7 +13,7 @@ before_script:
- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu trusty main"
- sudo apt-get update -qq
- sudo apt-get install -qq wget python2.7
- wget https://raw.githubusercontent.com/Schrolli91/BOSWatch/master/install.sh
- wget https://raw.githubusercontent.com/Schrolli91/BOSWatch/${TRAVIS_BRANCH}/install.sh
- chmod +x install.sh
- cat /etc/os-release
- echo ${TRAVIS_BRANCH}