Use Circle CI for faster builds. (#181)

Move to Circle CI from Travis CI.
This commit is contained in:
Abhilash Raj
2017-11-05 18:41:00 -08:00
committed by GitHub
parent 389d166f2b
commit 12e7761c1f
7 changed files with 121 additions and 27 deletions

View File

@@ -13,6 +13,7 @@ env:
install:
- docker --version && python --version
- sudo pip install docker-compose
- source setup_env.sh
- ./build.sh
- docker-compose --version
@@ -22,8 +23,5 @@ before_script:
script:
- sh tests/test.sh
after_success:
- sh .travis/deploy_dockerhub.sh
after_script:
- docker-compose down