diff --git a/.travis.yml b/.travis.yml index 3c2b681..a12e257 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,11 +16,12 @@ jobs: - bash -c 'shopt -s globstar; shellcheck **/*.sh' - &build stage: build + # set EXTRA_TAG to latest,stable when no more experimental versions for 0.17 come out env: VERSION_SHORT=0.17 EXTRA_TAG=latest script: - ./build.sh $VERSION_SHORT - <<: *build - env: VERSION_SHORT=0.16 EXTRA_TAG=stable + env: VERSION_SHORT=0.16 - <<: *build env: VERSION_SHORT=0.15 - <<: *build