summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrabite <rabite@posteo.de>2020-02-18 17:11:07 +0100
committerrabite <rabite@posteo.de>2020-02-18 17:15:32 +0100
commit5deafa520dd89c34a057dd8e12ef52de97674c9b (patch)
treeabb973c50cb069bec73db7762809f780d521920e
parent84d77732058f06aad0cc2c8afb08258a5f9cb5f5 (diff)
fix travis buildtravis-test
-rw-r--r--.travis.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index a3a5210..a532209 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,13 +1,11 @@
-dist: xenial
+dist: bionic
language: rust
rust: nightly
cache: cargo
branches:
only:
- - /^v\d+\.\d+\.\d+.*$/
- - holy
- - master
+ - travis-test
matrix:
include:
@@ -31,6 +29,7 @@ install:
- command -v cross || cargo install cross
script:
+ - sudo apt-get install libsixel-bin libsixel libgstreamer1.0-x gstreamer1.0-plugins-base gstreamer1.0-plugins-base-app
- PKG_CONFIG_ALLOW_CROSS=1 cross build --target $TARGET ${TRAVIS_TAG:+"--release"}
before_deploy: