Skip to content

Commit 2c1f1a0

Browse files
authored
Add Travis YML (#88)
* Add Travis YML * rename to yml, add editorconfig, add newline * Add new/renamed files
1 parent 60bca42 commit 2c1f1a0

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.editorconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# editorconfig.org
2+
root = true
3+
4+
[*]
5+
indent_style = space
6+
indent_size = 2
7+
insert_final_newline = true

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: c
2+
sudo: false
3+
before_install:
4+
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
5+
script:
6+
- build_main_platforms
7+
- build_platform trinket

0 commit comments

Comments
 (0)