Skip to content

Commit 26d0d9d

Browse files
Update library name in both library.properties and TravisCI
TravisCI should be able to find the library through ArduinoCI now
1 parent 83a52ec commit 26d0d9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ before_install:
99
- sudo ln -s /usr/local/share/arduino/arduino /usr/local/bin/arduino
1010
install:
1111
- ln -s $PWD /usr/local/share/arduino/libraries/SparkFun_MCP9600_Arduino_Library
12-
- arduino --install-library "SparkFun MCP9600 Arduino Library"
12+
- arduino --install-library "SparkFun MCP9600 Thermocouple Library"
1313
script:
1414
- arduino --verify --board arduino:avr:uno $PWD/examples/Example1_BasicReadings/Example1_BasicReadings.ino
1515
- arduino --verify --board arduino:avr:uno $PWD/examples/Example2_SetThermocoupleType/Example2_SetThermocoupleType.ino

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name=SparkFun MCP9600 Breakout
1+
name=SparkFun MCP9600 Thermocouple Library
22
version=1.0.0
33
author=SparkFun Electronics <techsupport@sparkfun.com>
44
maintainer=Fischer Moseley <fischer.moseley@sparkfun.com>

0 commit comments

Comments
 (0)