Skip to content

Commit 35e80f1

Browse files
author
Jason Mobarak
committed
syntax
1 parent e252baf commit 35e80f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ fi
1212

1313
./build.bash --arch=$ARCH
1414

15-
if [[ $ARCH = arm ]] then;
15+
if [[ $ARCH = arm ]]; then
1616
./build_example.bash
1717
fi

0 commit comments

Comments
 (0)