Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Commit

Permalink
simplify build
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Oct 19, 2017
1 parent c7770dd commit a784082
Show file tree
Hide file tree
Showing 6 changed files with 6,237 additions and 13 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: node_js
node_js:
- 7
- 6
- 4
- stable

script:
- npm test
Expand Down
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# Test against the latest version of this Node.js version
environment:
matrix:
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "7"
- nodejs_version: "stable"

# Install scripts. (runs after repo cloning)
install:
Expand Down
Loading

0 comments on commit a784082

Please sign in to comment.