Skip to content

Commit

Permalink
Changes condition for release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
codeZeilen authored Apr 24, 2018
1 parent 211c3fb commit 47db612
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 @@ -17,7 +17,7 @@ deploy:
on:
repo: hpi-swa-lab/home-desktop-system
tags: true
condition: "${TRAVIS_SMALLTALK_VERSION}" == "Squeak-trunk"
condition: $TRAVIS_SMALLTALK_VERSION = "Squeak-trunk"

matrix:
allow_failures:
Expand Down

0 comments on commit 47db612

Please sign in to comment.