Skip to content

Commit

Permalink
fix(test): drop native build
Browse files Browse the repository at this point in the history
  • Loading branch information
watilde committed Jul 29, 2017
1 parent 3a45971 commit fadfa86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
sudo: false
language: node_js
matrix:
include:
- node_js: "6"
script: npm run test-ci
- node_js: "4"
script: npm test
# https://github.com/lovell/sharp/issues/253
env:
- CXX=g++-4.8
addons:
Expand All @@ -18,7 +18,6 @@ os:
- linux
# Currently, osx takes too long time to run tests on travis
# - osx
sudo: false
cache:
directories:
- node_modules
Expand Down
8 changes: 0 additions & 8 deletions test/deps/registry-native/package.json

This file was deleted.

0 comments on commit fadfa86

Please sign in to comment.