Skip to content

Commit 9c6fa2e

Browse files
committed
Update .travis.yml
1 parent b674d51 commit 9c6fa2e

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

.travis.yml

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ install:
2222
- arduino --install-boards SparkFun:samd
2323
- arduino --install-boards SparkFun:apollo3
2424
- arduino --install-boards SparkFun:avr
25-
- arduino --pref "boardsmanager.additional.urls=https://adafruit.github.io/arduino-board-index/package_adafruit_index.json" --save-prefs
26-
- arduino --pref "boardsmanager.additional.urls=http://arduino.esp8266.com/stable/package_esp8266com_index.json" --save-prefs
25+
# - arduino --pref "boardsmanager.additional.urls=https://adafruit.github.io/arduino-board-index/package_adafruit_index.json" --save-prefs
26+
# - arduino --pref "boardsmanager.additional.urls=http://arduino.esp8266.com/stable/package_esp8266com_index.json" --save-prefs
2727

2828
script:
2929
#compile for arduino AVR
@@ -33,18 +33,20 @@ script:
3333
- arduino --verify --board arduino:avr:uno $PWD/examples/Example3_PulseWhenPressed/Example3_PulseWhenPressed.ino
3434
- arduino --verify --board arduino:avr:uno $PWD/examples/Example4_QueueUsage/Example4_QueueUsage.ino
3535
- arduino --verify --board arduino:avr:uno $PWD/examples/Example5_ChangeI2CAddress/Example5_ChangeI2CAddress.ino
36-
- arduino --verify --board arduino:avr:uno $PWD/examples/Example6_WireSettings/Example6_WireSettings.ino
37-
- arudino --verify --board arduino:avr:uno $PWD/examples/Example7_2Buttons/Example7_2Buttons.ino
36+
# - arduino --verify --board arduino:avr:uno $PWD/examples/Example6_WireSettings/Example6_WireSettings.ino
37+
- arduino --verify --board arduino:avr:uno $PWD/examples/Example7_2Buttons/Example7_2Buttons.ino
3838
- arduino --verify --board arduino:avr:uno $PWD/examples/Example8_ExtInterrupt/Example8_ExtInterrupt.ino
3939

4040
# #compile for arduino SAMD
41-
# - echo Compiling for Arduino SAMD...
42-
# - arduino --verify --board arduino:samd:arduino_zero_edbg $PWD/examples/Example1_PrintButtonStatus/Example1_PrintButtonStatus.ino
43-
# - arduino --verify --board arduino:samd:arduino_zero_edbg $PWD/examples/Example2_LightWhenPressed/Example2_LightWhenPressed.ino
44-
# - arduino --verify --board arduino:samd:arduino_zero_edbg $PWD/examples/Example3_PulseWhenPressed/Example3_PulseWhenPressed.ino
45-
# - arduino --verify --board arduino:samd:arduino_zero_edbg $PWD/examples/Example4_InterruptSetup/Example4_InterruptSetup.ino
46-
# - arduino --verify --board arduino:samd:arduino_zero_edbg $PWD/examples/Example5_QueueUsage/Example5_QueueUsage.ino
47-
# - arduino --verify --board arduino:samd:arduino_zero_edbg $PWD/examples/Example6_ChangeI2CAddress/Example6_ChangeI2CAddress.ino
41+
- echo Compiling for Arduino SAMD...
42+
- arduino --verify --board arduino:samd:arduino_zero_edbg $PWD/examples/Example1_PrintButtonStatus/Example1_PrintButtonStatus.ino
43+
- arduino --verify --board arduino:samd:arduino_zero_edbg $PWD/examples/Example2_LightWhenPressed/Example2_LightWhenPressed.ino
44+
- arduino --verify --board arduino:samd:arduino_zero_edbg $PWD/examples/Example3_PulseWhenPressed/Example3_PulseWhenPressed.ino
45+
- arduino --verify --board arduino:samd:arduino_zero_edbg $PWD/examples/Example4_QueueUsage/Example4_QueueUsage.ino
46+
- arduino --verify --board arduino:samd:arduino_zero_edbg $PWD/examples/Example5_ChangeI2CAddress/Example5_ChangeI2CAddress.ino
47+
- arduino --verify --board arduino:samd:arduino_zero_edbg $PWD/examples/Example6_WireSettings/Example6_WireSettings.ino
48+
- arduino --verify --board arduino:samd:arduino_zero_edbg $PWD/examples/Example7_2Buttons/Example7_2Buttons.ino
49+
- arduino --verify --board arduino:samd:arduino_zero_edbg $PWD/examples/Example8_ExtInterrupt/Example8_ExtInterrupt.ino
4850

4951
# #compile for SparkFun AVR
5052
# - echo Compiling for SparkFun AVR...

0 commit comments

Comments
 (0)