travis again

This commit is contained in:
Olof hagsand 2020-11-30 10:35:47 +01:00
parent 0d3321756d
commit f34b61cf6a
2 changed files with 3 additions and 2 deletions

View file

@ -7,4 +7,6 @@ branches:
- master
script: ./test/travis/script.sh
before_script:
- sudo apt-get install -y libfcgi-dev
- sudo apt-get install -y nginx
- ./test/travis/before_script.sh

View file

@ -1,7 +1,6 @@
#!/usr/bin/env bash
# Travis pre-config script.
sudo apt-get install -y libfcgi-dev
sudo apt-get install -y nginx
# Clone and install CLIgen (needed for clixon configure and make)
# Note travis builds and installs, then starts a clixon container where all tests are run from.