Skip to content

Commit 57c4d61

Browse files
webknjazMariatta
authored andcommitted
Hack falsy if-clase in Travis CI config (#281)
Ref travis-ci/travis-conditions#13
1 parent d969191 commit 57c4d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,6 @@ jobs:
101101

102102
- <<: *deploy-base
103103
<<: *run-if-blurb
104-
if: false
104+
if: 1 != 1
105105
env:
106106
TARGET_PKG: blurb

0 commit comments

Comments
 (0)