new travis

This commit is contained in:
Olof hagsand 2020-07-07 21:55:05 +02:00
parent 6504fe4e12
commit e420f4911f

View file

@ -1,10 +1,10 @@
language: c
os: linux
# safelist # safelist
branches: branches:
only: only:
- master - master
jobs: jobs:
- language: c
- os: linux
- arch: amd64 - arch: amd64
- dist: bionic - dist: bionic
- before_script: - before_script:
@ -12,7 +12,11 @@ jobs:
- ./test/travis/before_script.sh - ./test/travis/before_script.sh
- script: ./configure --with-restconf=fcgi && make && sudo make install - script: ./configure --with-restconf=fcgi && make && sudo make install
jobs: jobs:
- language: c
- os: linux
- arch: amd64 - arch: amd64
- dist: xenial - dist: xenial
- before_script:
- ./test/travis/before_script.sh
- script: ./configure --with-restconf=evhtp && make && sudo make install - script: ./configure --with-restconf=evhtp && make && sudo make install