travis again
This commit is contained in:
parent
0d3321756d
commit
f34b61cf6a
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue