Skip to content

Commit

Permalink
feat(ci): use job stages
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Jun 7, 2020
1 parent 77fca06 commit 51e96d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
- docker tag h2non/imaginary:${IMAGINARY_VERSION#v} h2non/imaginary:latest
- docker push h2non/imaginary:${IMAGINARY_VERSION#v}
- docker push h2non/imaginary:latest
if: "${TRAVIS_TAG} =~ ^v([0-9]+).([0-9]+).([0-9]+)$ AND env(GOLANG_VERSION) = '1.13' AND env(LIBVIPS) = '8.9.2'"
if: "${TRAVIS_TAG} =~ ^v([0-9]+).([0-9]+).([0-9]+)$"

0 comments on commit 51e96d5

Please sign in to comment.