1
0
Fork 0

Adapt travis for the new build system

This commit is contained in:
fosslinux 2020-12-27 09:07:23 +11:00
parent 44e50e2dab
commit 9573940c7c
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@ addons:
- debhelper
script:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then ./configure --listener=systemd,inetd,xinetd --hostname=travis; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then ./configure --listener=mac --hostname=travis; fi
- make
- sudo make install
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then make deb ; fi
- .travis/test.sh