summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorLantao Liu <lantaol@google.com>2019-10-09 15:57:05 -0700
committerGitHub <noreply@github.com>2019-10-09 15:57:05 -0700
commitf299b553afdd8455a0057862004061ea12e660f5 (patch)
treef1ea4ffe1b4c4719e79493c2321ff9313a328b52 /.travis.yml
parent3168afab03d52e160f6accaeea8d4ed304c1aba1 (diff)
Support volume annotations (#40)
* Add volume annotation support Signed-off-by: Lantao Liu <lantaol@google.com> * Add unit test. Signed-off-by: Lantao Liu <lantaol@google.com>
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