Skip to content

Commit 3807eb7

Browse files
committed
added missing semicolons
1 parent c18a184 commit 3807eb7

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
@@ -35,8 +35,8 @@ before_install:
3535
cd $TRAVIS_BUILD_DIR;
3636
fi
3737
- if [[ "$BOARD" =~ "arduino:samd:mkrgsm1400" ]]; then
38-
arduino --install-boards arduino:samd
39-
arduino --install-library MKRGSM
38+
arduino --install-boards arduino:samd;
39+
arduino --install-library MKRGSM;
4040
fi
4141
- arduino --install-library WiFi101
4242
install:

0 commit comments

Comments
 (0)