Commit f941bcd3 by Calen Pennington

Add docker tests to travis.yml

parent 5cf82198
...@@ -5,6 +5,9 @@ branches: ...@@ -5,6 +5,9 @@ branches:
- master - master
python: python:
- "2.7" - "2.7"
sudo: required
services:
- docker
install: install:
- "sudo apt-get update -qq" - "sudo apt-get update -qq"
- "sudo apt-get install -y nodejs python-demjson" - "sudo apt-get install -y nodejs python-demjson"
...@@ -60,3 +63,5 @@ script: ...@@ -60,3 +63,5 @@ script:
root_dir=$output_dir root_dir=$output_dir
environment_deployments="." environment_deployments="."
source $ROOT_DIR/tests/validate_templates.sh source $ROOT_DIR/tests/validate_templates.sh
- cd $TRAVIS_BUILD_DIR; make docker.test
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment