File tree Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : c
2
2
sudo : false
3
-
4
- # Blacklist
5
- branches :
6
- except :
7
- - gh-pages
3
+ cache :
4
+ directories :
5
+ - ~/arduino_ide
6
+ - ~/.arduino15/packages/
7
+ git :
8
+ depth : false
9
+ quiet : true
8
10
9
11
env :
10
12
global :
11
13
- PRETTYNAME="Adafruit PCA9685 PWM Servo Driver Arduino Library"
12
14
15
+ addons :
16
+ apt :
17
+ sources :
18
+ - llvm-toolchain-trusty-5.0
19
+ - key_url : ' http://apt.llvm.org/llvm-snapshot.gpg.key'
20
+ packages :
21
+ - clang-format-5.0
22
+
13
23
before_install :
14
24
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
25
+ - curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/run-clang-format.py > run-clang-format.py
15
26
16
27
script :
28
+ - python run-clang-format.py -r .
17
29
- build_main_platforms
18
30
19
31
# Generate and deploy documentation
You can’t perform that action at this time.
0 commit comments