aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christopher Baklid <[email protected]>2018-05-31 11:06:43 +0200
committerGravatar Christopher Baklid <[email protected]>2018-05-31 11:06:43 +0200
commite19e4a6e1b6237317ef514a5e3e880b80fec4e43 (patch)
tree6ab464406b13c1668edf5671a09784ff7ff0bbe2
parentadds nsjail compiled for ubuntu to see if unit testing can work with that (diff)
chmod +x on nsjail
-rw-r--r--.travis.yml3
-rw-r--r--scripts/ci.sh2
2 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 075f9c7..f871276 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ branches:
only:
- "master"
-#sudo: required
+sudo: required
#services:
# - docker
@@ -20,6 +20,7 @@ install:
- pip install pipenv
- pipenv sync --dev --three
script:
+ - ./scripts/ci.sh
- pipenv run lint
- pipenv run test
#after_success:
diff --git a/scripts/ci.sh b/scripts/ci.sh
new file mode 100644
index 0000000..edf5295
--- /dev/null
+++ b/scripts/ci.sh
@@ -0,0 +1,2 @@
+#!/bin/bash
+chmod +x binaries/nsjail2.6-ubuntu-x86_64