aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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