Skip to content

Commit

Permalink
Merge pull request #138 from Rich-Harris/cleanup-deps
Browse files Browse the repository at this point in the history
Clean up dependencies
  • Loading branch information
Rich-Harris committed Mar 19, 2018
2 parents 58a0d65 + 215f2c9 commit 2aad865
Show file tree
Hide file tree
Showing 6 changed files with 742 additions and 1,783 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
sudo: false
language: node_js
node_js:
- "4"
- "node"
env:
global:
- BUILD_TIMEOUT=10000
install: npm install
script: npm test
- "6"
18 changes: 4 additions & 14 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,13 @@
# Test against this version of Node.js
environment:
matrix:
# node.js
- nodejs_version: "5"

# Install scripts. (runs after repo cloning)
- nodejs_version: "6"
- nodejs_version: "9"
install:
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version
# install modules
- npm install

# Post-install test scripts.
build: off
shallow_clone: true
test_script:
# Output useful info for debugging.
- node --version
- npm --version
# run tests
- npm test

# Don't actually build.
build: off

0 comments on commit 2aad865

Please sign in to comment.