Skip to content

Commit

Permalink
run travis test on osx/linux/win
Browse files Browse the repository at this point in the history
  • Loading branch information
neophob committed Nov 12, 2018
1 parent b184ab2 commit b2761b7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: node_js
node_js:
- "6"
- "8"
- "10"
os:
- windows
- linux
- osx
script:
- cd cli && npm install && npm test


2 changes: 2 additions & 0 deletions cli/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
coverage
.eslintrc
test
*.yml

2 changes: 1 addition & 1 deletion cli/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# neeo-cli
# neeo-cli [![Build Status](https://travis-ci.org/NEEOInc/neeo-sdk-toolkit.svg?branch=master)](https://travis-ci.org/NEEOInc/neeo-sdk-toolkit)

The NEEO CLI helps with running and developing NEEO SDK drivers.

Expand Down

0 comments on commit b2761b7

Please sign in to comment.