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 06899e1 commit 47c19eaCopy full SHA for 47c19ea
.travis.yml
@@ -0,0 +1,12 @@
1
+language: c
2
+sudo: false
3
+before_install:
4
+ - source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
5
+install:
6
+ - arduino --install-library "Adafruit FONA Library,Adafruit CC3000 Library"
7
+script:
8
+ - build_main_platforms
9
+notifications:
10
+ email:
11
+ on_success: change
12
+ on_failure: change
0 commit comments