Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
evheniy committed Mar 11, 2017
1 parent d644509 commit b532add
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
@@ -1,8 +1,7 @@
language: node_js
node_js:
- "7.0"
- "7.4"
- "7.5"
- "7.6"
- "7.7"
script:
- npm run lint
- npm run test
Expand Down
4 changes: 1 addition & 3 deletions appveyor.yml
@@ -1,8 +1,6 @@
environment:
matrix:
- nodejs_version: "7.0"
- nodejs_version: "7.4"
- nodejs_version: "7.5"
- nodejs_version: "7.7"
install:
- ps: Install-Product node $env:nodejs_version
- npm install
Expand Down

0 comments on commit b532add

Please sign in to comment.