aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bce82e0e9..4c09f8d4b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,7 +17,7 @@ ci_code_tests:
17 image: ubuntu:rolling 17 image: ubuntu:rolling
18 before_script: 18 before_script:
19 - apt-get update -qq 19 - apt-get update -qq
20 - apt-get -y -qq install build-essential expect csh xzdec lintian fakeroot 20 - DEBIAN_FRONTEND=noninteractive apt-get -y -qq install build-essential expect csh xzdec lintian fakeroot
21 - ./configure --enable-fatal-warnings --prefix=/usr && make && make install 21 - ./configure --enable-fatal-warnings --prefix=/usr && make && make install
22 script: 22 script:
23 - make test-travis 23 - make test-travis