diff options
author | Valentin Popov <info@valentineus.link> | 2018-08-14 20:06:44 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-08-14 20:06:44 +0300 |
commit | 9bf889fa159784967814890435c416518fa0c3a7 (patch) | |
tree | 75079adf80d7cc572e2b832f04e13bff74534bd0 | |
parent | 16e415d2c98d1c5bbee7235d86bdc46fecf96866 (diff) | |
download | docker-meteor-9bf889fa159784967814890435c416518fa0c3a7.tar.xz docker-meteor-9bf889fa159784967814890435c416518fa0c3a7.zip |
Add new image for Travis CI
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index dd1f383..1801f99 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,9 +10,13 @@ notifications: - "info@valentineus.link" env: + - "IMAGE=./default/latest" + - "IMAGE=./default/1.7" - "IMAGE=./default/1.6" - "IMAGE=./default/1.5" - "IMAGE=./default/1.4" + - "IMAGE=./build/latest" + - "IMAGE=./build/1.7" - "IMAGE=./build/1.6" - "IMAGE=./build/1.5" - "IMAGE=./build/1.4" |