Skip to content

Commit a86f7c4

Browse files
author
DiligentGraphics
authored
Fixed travis script
1 parent 1aadfc7 commit a86f7c4

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
@@ -81,7 +81,7 @@ script:
8181
fi
8282
- |
8383
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
84-
if [ "$IOS" = "true" ]
84+
if [ "$IOS" = "true" ]; then
8585
cmake .. -DCMAKE_TOOLCHAIN_FILE=../DiligentCore/ios.toolchain.cmake -DIOSPLATFORM=OS -G "Xcode"
8686
else
8787
cmake .. -G "Xcode"

0 commit comments

Comments
 (0)