diff options
author | Valentin Popov <info@valentineus.link> | 2017-11-14 03:25:00 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-11-14 03:25:00 +0300 |
commit | 26abe9728d5eef27227e80b014050928f6bed6b4 (patch) | |
tree | 6ddcc2389fdfeaf25e79a862f757fd1d650f0ce8 | |
parent | 11f16419216cd979381979a0160c84d6213bedde (diff) | |
download | docker-meteor-26abe9728d5eef27227e80b014050928f6bed6b4.tar.xz docker-meteor-26abe9728d5eef27227e80b014050928f6bed6b4.zip |
Sample update
-rw-r--r-- | .travis.yml | 8 |
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 |