From 6504fe4e128f901a9042ac622bb195aab97294a0 Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Tue, 7 Jul 2020 21:50:04 +0200 Subject: [PATCH] new travis --- .travis.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 290c7fdf..c3064418 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,18 +4,15 @@ os: linux branches: only: - master -before_script: - - sudo apt-get install -y libfcgi-dev - - ./test/travis/before_script.sh -arch: -- amd64 -- arm64 jobs: - arch: amd64 - dist: bionic -- script: ./configure && make && sudo make install +- before_script: + - sudo apt-get install -y libfcgi-dev + - ./test/travis/before_script.sh +- script: ./configure --with-restconf=fcgi && make && sudo make install jobs: -- arch: arm64 +- arch: amd64 - dist: xenial -- script: ./configure && make && sudo make install +- script: ./configure --with-restconf=evhtp && make && sudo make install \ No newline at end of file