Skip to content

Commit 47c19ea

Browse files
committed
adds travis config
1 parent 06899e1 commit 47c19ea

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)