aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ed3b118..8e669ae 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,7 @@
sudo: true
dist: trusty
+services:
+ - docker
language: cpp
compiler:
- gcc
@@ -18,3 +20,4 @@ script:
- make clean && make -C ../mcl clean
- make -j3 MCL_USE_OPENSSL=0
- make test_ci DISABLE_THREAD_TEST=1 MCL_USE_OPENSSL=0
+ - docker build --tag bls-go-alpine . -f images/bls-go-alpine/Dockerfile