We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c18a184 commit 3807eb7Copy full SHA for 3807eb7
.travis.yml
@@ -35,8 +35,8 @@ before_install:
35
cd $TRAVIS_BUILD_DIR;
36
fi
37
- if [[ "$BOARD" =~ "arduino:samd:mkrgsm1400" ]]; then
38
- arduino --install-boards arduino:samd
39
- arduino --install-library MKRGSM
+ arduino --install-boards arduino:samd;
+ arduino --install-library MKRGSM;
40
41
- arduino --install-library WiFi101
42
install:
0 commit comments