Skip to content

Commit 62c2610

Browse files
authored
Merge branch 'develop' into feature/ss/test-ci-4
2 parents ff69b9a + e4d2ba4 commit 62c2610

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
@@ -20,4 +20,4 @@ deploy:
2020
secure: $TRAVIS_SECURE_API_KEY
2121
after_success:
2222
- if [ "$TRAVIS_BRANCH" == "develop" ] ; then
23-
if [ "$TRAVIS_PULL_REQUEST" == "false" ] ; then bash travis.sh ; fi ; fi
23+
if [ "$TRAVIS_PULL_REQUEST" == "false" ] ; then bash travis.sh ; fi ; fi

0 commit comments

Comments
 (0)