Skip to content

Commit 103a307

Browse files
committed
Fix travis
1 parent dd682c2 commit 103a307

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ script:
1717

1818

1919
before_deploy:
20-
- "PKG_VER=$({awk -F': ' '$1==\"Version\"{print $2;exit}' DESCRIPTION)"
20+
- "PKG_VER=$(awk -F': ' '$1==\"Version\"{print $2;exit}' DESCRIPTION)"
2121
- git config --local user.name "caiohamamura"
2222
- git config --local user.email "caiohamamura@gmail.com"
2323
- export TRAVIS_TAG=v${PKG_VER}

0 commit comments

Comments
 (0)