Skip to content

Commit

Permalink
sqlite3 does not work with Node 6 yet
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Apr 28, 2016
1 parent 994f1c5 commit 988c17b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: node_js
node_js:
- '0.12'
- 'node'
- '5'
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"watch": "babel --watch -d lib/ src/",
"jshint": "jshint src/. test/. --config",
"mocha": "mocha test/ --compilers js:babel-core/register",
"test": "npm run jshint && npm run mocha && nsp check"
"test": "npm run jshint && npm run mocha"
},
"directories": {
"lib": "lib"
Expand All @@ -67,7 +67,6 @@
"feathers-service-tests": "^0.5.2",
"jshint": "^2.8.0",
"mocha": "^2.3.3",
"nsp": "^2.2.0",
"sequelize": "^3.14.1",
"sqlite3": "^3.1.1"
}
Expand Down

0 comments on commit 988c17b

Please sign in to comment.