fixing install in travis ci

This commit is contained in:
Julien Neuhart
2018-04-06 14:13:50 +02:00
parent b972569de5
commit e697a69a4a

View File

@@ -7,8 +7,7 @@ services:
before_install:
- wget -qO- https://github.com/gulien/orbit/releases/download/v3.0.0/orbit_Linux_x86_64.tar.gz | tar xvz -C .
- mv ./orbit /usr/local/bin
- chmod +x /usr/local/bin/orbit
- sudo mv ./orbit /usr/local/bin && chmod +x /usr/local/bin/orbit
script:
- orbit run tests -p "Version,${TRAVIS_BRANCH}"