summary refs log tree commit diff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-05-30 17:37:18 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2020-05-30 17:37:18 +0200
commitc8ba385cb9144e31d6f1fdf4b3ec6bccfc4123dd (patch)
treebe4c31af8266039655d1d73256a796f5defb739d /.travis.yml
parentFix serialization bug introduced in 9eddcfc42f3cd4e513f72d9b7fef9a98b43a378d (diff)
downloadnheko-c8ba385cb9144e31d6f1fdf4b3ec6bccfc4123dd.tar.xz
Install dependencies for arm manually to prevent timeout
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 2 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index 443836cf..eec32290 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -113,10 +113,6 @@ matrix:
               apt:
                   sources: 
                     - sourceline: 'ppa:alexlarsson/flatpak'
-                  packages: 
-                    - flatpak
-                    - flatpak-builder
-                    - elfutils
         - os: linux
           arch: arm64
           env:
@@ -128,20 +124,17 @@ matrix:
                   sources: 
                     - sourceline: 'ppa:alexlarsson/flatpak'
                   packages: 
-                    - flatpak
-                    - flatpak-builder
-                    - elfutils
                     - librsvg2-bin
 
 before_install:
     # Use TRAVIS_TAG if defined, or the short commit SHA otherwise
     - export VERSION=${TRAVIS_TAG:-$(git rev-parse --short HEAD)}
 install:
-    - travis_wait ./.ci/install.sh
+    - ./.ci/install.sh
     - export PATH=/usr/local/bin:${PATH}
 
 script:
-    - travis_wait ./.ci/script.sh
+    - ./.ci/script.sh
     - sed -i -e "s/VERSION_NAME_VALUE/${VERSION}/g" ./.ci/bintray-release.json || true
     - cp ./.ci/bintray-release.json .
 deploy: