Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

Commit

Permalink
Add latest-simd-avx2 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
psyduck787 committed Dec 28, 2016
1 parent 767f9d3 commit 4948f1a
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 @@ -39,7 +39,7 @@ after_success:
- docker push apsl/thumbor:$THUMBOR_VERSION-simd-sse4
- if [ "$TRAVIS_BRANCH" == "master" ]; then docker push apsl/thumbor:latest-simd-sse4 ; fi;
- docker push apsl/thumbor:$THUMBOR_VERSION-simd-avx2
- if [ "$TRAVIS_BRANCH" == "master" ]; then docker push apsl/thumbor:$THUMBOR_VERSION-simd-avx2 ; fi;
- if [ "$TRAVIS_BRANCH" == "master" ]; then docker push apsl/thumbor:latest-simd-avx2 ; fi;
- docker push apsl/thumbor-multiprocess:$THUMBOR_VERSION
- if [ "$TRAVIS_BRANCH" == "master" ]; then docker push apsl/thumbor-multiprocess:latest ; fi;
- docker push apsl/thumbor-multiprocess:$THUMBOR_VERSION-simd-sse4
Expand Down

0 comments on commit 4948f1a

Please sign in to comment.