Skip to content

Commit 8d15c78

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

File tree

1 file changed

+29
-27
lines changed

1 file changed

+29
-27
lines changed

.travis.yml

Lines changed: 29 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -26,36 +26,38 @@ install:
2626
# - arduino --pref "boardsmanager.additional.urls=http://arduino.esp8266.com/stable/package_esp8266com_index.json" --save-prefs
2727

2828
script:
29-
#compile for arduino AVR
30-
- echo Compiling for Arduino AVR...
31-
- arduino --verify --board arduino:avr:uno $PWD/examples/Example1_PrintButtonStatus/Example1_PrintButtonStatus.ino
32-
- arduino --verify --board arduino:avr:uno $PWD/examples/Example2_LightWhenPressed/Example2_LightWhenPressed.ino
33-
- arduino --verify --board arduino:avr:uno $PWD/examples/Example3_PulseWhenPressed/Example3_PulseWhenPressed.ino
34-
- arduino --verify --board arduino:avr:uno $PWD/examples/Example4_QueueUsage/Example4_QueueUsage.ino
35-
- 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-
- arduino --verify --board arduino:avr:uno $PWD/examples/Example7_2Buttons/Example7_2Buttons.ino
38-
- arduino --verify --board arduino:avr:uno $PWD/examples/Example8_ExtInterrupt/Example8_ExtInterrupt.ino
29+
# #compile for arduino AVR
30+
# - echo Compiling for Arduino AVR...
31+
# - arduino --verify --board arduino:avr:uno $PWD/examples/Example1_PrintButtonStatus/Example1_PrintButtonStatus.ino
32+
# - arduino --verify --board arduino:avr:uno $PWD/examples/Example2_LightWhenPressed/Example2_LightWhenPressed.ino
33+
# - arduino --verify --board arduino:avr:uno $PWD/examples/Example3_PulseWhenPressed/Example3_PulseWhenPressed.ino
34+
# - arduino --verify --board arduino:avr:uno $PWD/examples/Example4_QueueUsage/Example4_QueueUsage.ino
35+
# - 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+
# - arduino --verify --board arduino:avr:uno $PWD/examples/Example7_2Buttons/Example7_2Buttons.ino
38+
# - arduino --verify --board arduino:avr:uno $PWD/examples/Example8_ExtInterrupt/Example8_ExtInterrupt.ino
3939

40-
# #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_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
40+
# # #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_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
5050

5151
# #compile for SparkFun AVR
52-
# - echo Compiling for SparkFun AVR...
53-
# - arduino --verify --board SparkFun:avr:RedBoard $PWD/examples/Example1_PrintButtonStatus/Example1_PrintButtonStatus.ino
54-
# - arduino --verify --board SparkFun:avr:RedBoard $PWD/examples/Example2_LightWhenPressed/Example2_LightWhenPressed.ino
55-
# - arduino --verify --board SparkFun:avr:RedBoard $PWD/examples/Example3_PulseWhenPressed/Example3_PulseWhenPressed.ino
56-
# - arduino --verify --board SparkFun:avr:RedBoard $PWD/examples/Example4_InterruptSetup/Example4_InterruptSetup.ino
57-
# - arduino --verify --board SparkFun:avr:RedBoard $PWD/examples/Example5_QueueUsage/Example5_QueueUsage.ino
58-
# - arduino --verify --board SparkFun:avr:RedBoard $PWD/examples/Example6_ChangeI2CAddress/Example6_ChangeI2CAddress.ino
52+
- echo Compiling for SparkFun AVR...
53+
- arduino --verify --board SparkFun:avr:RedBoard $PWD/examples/Example1_PrintButtonStatus/Example1_PrintButtonStatus.ino
54+
- arduino --verify --board SparkFun:avr:RedBoard $PWD/examples/Example2_LightWhenPressed/Example2_LightWhenPressed.ino
55+
- arduino --verify --board SparkFun:avr:RedBoard $PWD/examples/Example3_PulseWhenPressed/Example3_PulseWhenPressed.ino
56+
- arduino --verify --board SparkFun:avr:RedBoard $PWD/examples/Example4_QueueUsage/Example4_QueueUsage.ino
57+
- arduino --verify --board SparkFun:avr:RedBoard $PWD/examples/Example5_ChangeI2CAddress/Example5_ChangeI2CAddress.ino
58+
# - arduino --verify --board SparkFun:avr:RedBoard $PWD/examples/Example6_WireSettings/Example6_WireSettings.ino
59+
- arduino --verify --board SparkFun:avr:RedBoard $PWD/examples/Example7_2Buttons/Example7_2Buttons.ino
60+
- arduino --verify --board SparkFun:avr:RedBoaed $PWD/examples/Example8_ExtInterrupt/Example8_ExtInterrupt.ino
5961

6062
# #compile for SparkFun SAMD
6163
# - echo Compiling for SparkFun SAMD...

0 commit comments

Comments
 (0)