Skip to content

Commit 3def0bd

Browse files
Fix travis config file.
1 parent 04a1237 commit 3def0bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ deploy:
5050
gem: rugged
5151
on:
5252
condition:
53-
- "$TRAVIS_OS_NAME" = "linux"
54-
- "$TRAVIS_TAG" != "" || "$TRAVIS_BRANCH" = "master"
53+
- '"$TRAVIS_OS_NAME" = "linux"'
54+
- '"$TRAVIS_TAG" != "" || "$TRAVIS_BRANCH" = "master"'
5555
repo: libgit2/rugged
5656
ruby: 2.2.2

0 commit comments

Comments
 (0)