Skip to content

Commit 93eb3e7

Browse files
committed
Support Arduino in Travis CI
1 parent d102386 commit 93eb3e7

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

.travis.yml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
language: c
2+
sudo: false
23

34
addons:
4-
sonarcloud:
5-
organization: "autowp-github"
6-
token:
7-
secure: $SONARCLOUD_TOKEN
5+
apt:
6+
sources:
7+
- llvm-toolchain-trusty-5.0
8+
- key_url: 'http://apt.llvm.org/llvm-snapshot.gpg.key'
89

910
script:
10-
- sonar-scanner || travis_terminate 1;
11+
- build_main_platforms
12+
13+
before_install:
14+
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
15+
16+
cache:
17+
directories:
18+
- ~/arduino_ide
19+
- ~/.arduino15/packages/

sonar-project.properties

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)