Skip to content

Commit 7be74b0

Browse files
committed
Fixed space error in .travis.yml (#269)
1 parent 83856f9 commit 7be74b0

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
@@ -21,7 +21,7 @@ osx_image: xcode7.1
2121
branches:
2222
only:
2323
- master
24-
- development
24+
- development
2525
before_install:
2626
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/; ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/; fiopenssl; fi
2727
install:

0 commit comments

Comments
 (0)