Skip to content

Commit

Permalink
fixed deploy condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Kuehl committed Jan 4, 2018
1 parent 85f01d6 commit 3819ea8
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 @@ -332,7 +332,7 @@ deploy:
skip_cleanup: true
on:
tags: true
condition: "GCC_VERSION == 6 && BUILD_TYPE = Release"
condition: "$GCC_VERSION = 6 && $BUILD_TYPE = Release"
all_branches: true

notifications:
Expand Down

0 comments on commit 3819ea8

Please sign in to comment.