From 65cd38b7b336eed15331eefbd934be57424001d4 Mon Sep 17 00:00:00 2001 From: KAiZ <24286590+KaizIqbal@users.noreply.github.com> Date: Sun, 17 Nov 2019 15:29:33 +0530 Subject: [PATCH] Docker service added --- .travis.yml | 26 +++++--------------------- 1 file changed, 5 insertions(+), 21 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8327310a..eb61cc81 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,25 +2,9 @@ branches: only: - master - devlopment - +language: ruby sudo: required -arch: - repos: - - archlinuxfr=http://repo.archlinux.fr/$arch - packages: - # pacman packages - - yaourt - - archiso - # dependencies - - inkscape - - python - - python-pip - - xorg-xcursorgen - - git - script: - - ./build-repo - - sudo ./build.sh -v - -script: - - "travis_wait 30 sleep 1800 &" - - curl -s https://raw.githubusercontent.com/fossasia/arch-travis/master/arch-travis.sh | bash +services: + - docker +before_install: + - docker pull archlinux