Skip to content

Commit 303cd9a

Browse files
author
Ian Katz
committed
fix malformed YAML that disguised CI problem
1 parent c6027b8 commit 303cd9a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

SampleProjects/TestSomething/.arduino-ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,5 @@ unittest:
22
platforms:
33
- uno
44
- due
5-
6-
unittest:
75
compilers:
86
- g++

SampleProjects/TestSomething/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: /Users/ikatz/Development/non-wayfair/arduino_ci
33
specs:
4-
arduino_ci (0.0.1)
4+
arduino_ci (0.1.8)
55
os (~> 1.0)
66

77
GEM

0 commit comments

Comments
 (0)