Skip to content
This repository was archived by the owner on Apr 3, 2019. It is now read-only.

Commit 9523d02

Browse files
seanmonstarvladikoff
authored andcommitted
chore(ci): remove node4 test targets from travis-ci (#270) r=vladikoff
1 parent 0a7c2c6 commit 9523d02

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
language: node_js
22

33
node_js:
4-
- "4"
54
- "6"
65
- "stable"
76

87
dist: trusty
9-
sudo: required
108

119
addons:
1210
apt:
@@ -30,7 +28,6 @@ notifications:
3028
skip_join: false
3129

3230
before_install:
33-
- if [ "$TRAVIS_NODE_VERSION" == "0.10" ]; then npm install -g npm@2; fi
3431
- npm config set spin false
3532

3633
before_script:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"scripts": {
1414
"outdated": "npm outdated --depth 0",
15-
"shrinkwrap": "npmshrink",
15+
"shrink": "npmshrink",
1616
"start": "node ./bin/db_patcher.js >/dev/null && node ./bin/server.js",
1717
"start-mem": "node ./bin/mem",
1818
"test": "npm run test-mysql && npm run test-mem && npm run test-server",

0 commit comments

Comments
 (0)