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 c2f0015 commit e4e98bfCopy full SHA for e4e98bf
.travis.yml
@@ -9,6 +9,8 @@ before_install:
9
- sudo ln -s /usr/local/share/arduino/arduino /usr/local/bin/arduino
10
install:
11
- ln -s $PWD /usr/local/share/arduino/libraries/SparkFun_MCP9600_Arduino_Library
12
+ - pwd
13
+ - ls -lai
14
- arduino --install-library "SparkFun MCP9600 Thermocouple Library"
15
script:
16
- arduino --verify --board arduino:avr:uno $PWD/examples/Example1_BasicReadings/Example1_BasicReadings.ino
@@ -19,5 +21,4 @@ script:
19
21
- arduino --verify --board arduino:avr:uno $PWD/examples/Example6_ConfigureTemperatureAlert/Example6_ConfigureTemperatureAlert.ino
20
22
notifications:
23
email:
- on_success: change
24
on_failure: change
0 commit comments