Skip to content

Commit

Permalink
Update ci builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaine Schmeisser committed Feb 13, 2017
1 parent f0df2aa commit 23a4a7e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
language: node_js

os:
- linux
- osx

node_js:
- 6
- 6.5.0

script:
- npm test
Expand Down
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
environment:
nodejs_version: "6"
nodejs_version: "6.5.0"

install:
- ps: Install-Product node $env:nodejs_version
Expand All @@ -9,5 +9,6 @@ test_script:
- node --version
- npm --version
- npm test
- npm run lint

build: off

0 comments on commit 23a4a7e

Please sign in to comment.