Skip to content

Commit 3f192dd

Browse files
author
Sam Harrison
committed
Revert "Update .travis.yml"
This reverts commit 534af1c. Fixes Travis release issue: ``` unexpected token `(', conditional binary operator expected expected `)' syntax error near `(env(v' `` if [[ (env(version)=10) && ("$TRAVIS_TAG" != "") ]]; then ```
1 parent 9e8b91d commit 3f192dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ deploy:
1919
skip_cleanup: true
2020
on:
2121
tags: true
22-
condition: env(version)=10
22+
condition: $version=10
2323

2424
notifications:
2525
slack:

0 commit comments

Comments
 (0)