We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a1237 commit 3def0bdCopy full SHA for 3def0bd
.travis.yml
@@ -50,7 +50,7 @@ deploy:
50
gem: rugged
51
on:
52
condition:
53
- - "$TRAVIS_OS_NAME" = "linux"
54
- - "$TRAVIS_TAG" != "" || "$TRAVIS_BRANCH" = "master"
+ - '"$TRAVIS_OS_NAME" = "linux"'
+ - '"$TRAVIS_TAG" != "" || "$TRAVIS_BRANCH" = "master"'
55
repo: libgit2/rugged
56
ruby: 2.2.2
0 commit comments