mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-14 11:22:15 +01:00
fixing install in travis ci
This commit is contained in:
@@ -7,8 +7,7 @@ services:
|
|||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- wget -qO- https://github.com/gulien/orbit/releases/download/v3.0.0/orbit_Linux_x86_64.tar.gz | tar xvz -C .
|
- 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
|
- sudo mv ./orbit /usr/local/bin && chmod +x /usr/local/bin/orbit
|
||||||
- chmod +x /usr/local/bin/orbit
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- orbit run tests -p "Version,${TRAVIS_BRANCH}"
|
- orbit run tests -p "Version,${TRAVIS_BRANCH}"
|
||||||
|
|||||||
Reference in New Issue
Block a user