From 23ad9f25b8177673e087803227a45966f9c70559 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Tue, 25 Apr 2017 18:17:23 -0700 Subject: [PATCH] Use the build script while testing, it will also make sure that it works. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c76804d..05198cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,7 @@ language: python install: - docker --version - - docker build -t maxking/mailman-core core/ - - docker build -t maxking/mailman-web web/ + - ./build.sh - sudo pip install docker-compose - docker-compose --version