summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d95582e60..e9be6c7aa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,4 +24,6 @@ before_install:
- sudo apt-get -q update
- sudo apt-get install -y libseccomp-dev/trusty-backports
-script: ./test/e2e/${TEST}/test.sh
+script:
+ - make test
+ - ./test/e2e/${TEST}/test.sh