Skip to content

Commit

Permalink
Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
omersiar committed Feb 13, 2018
1 parent e4f151d commit b13253b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ data/required.js
data/auth/config.json
.clang_complete
.gcc-flags.json
.travis.yml

# node js

Expand Down
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: python
python:
- "2.7"

install:
- pip install -U platformio

script:
- platformio run

0 comments on commit b13253b

Please sign in to comment.