aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-11-14 03:25:00 +0300
committerValentin Popov <info@valentineus.link>2017-11-14 03:25:00 +0300
commit26abe9728d5eef27227e80b014050928f6bed6b4 (patch)
tree6ddcc2389fdfeaf25e79a862f757fd1d650f0ce8 /.travis.yml
parent11f16419216cd979381979a0160c84d6213bedde (diff)
downloaddocker-meteor-26abe9728d5eef27227e80b014050928f6bed6b4.tar.xz
docker-meteor-26abe9728d5eef27227e80b014050928f6bed6b4.zip
Sample update
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index dd1f383..1c21283 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,13 +17,11 @@ env:
- "IMAGE=./build/1.5"
- "IMAGE=./build/1.4"
-script:
- - docker build --tag "${TRAVIS_REPO_SLUG}" "${IMAGE}"
-
jobs:
include:
+ - stage: test
+ script: docker build --tag "${TRAVIS_REPO_SLUG}" "${IMAGE}"
- stage: deploy
deploy:
provider: script
- script:
- - "curl -H 'Content-Type: application/json' --data '{\"build\":true}' -X POST 'https://registry.hub.docker.com/u/valentineus/meteor/trigger/${TOKEN}/'" \ No newline at end of file
+ script: "curl -H 'Content-Type: application/json' --data '{\"build\":true}' -X POST 'https://registry.hub.docker.com/u/valentineus/meteor/trigger/${TOKEN}/'" \ No newline at end of file