这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
machine:
pre:
- echo 'DOCKER_OPTS="-s btrfs -e lxc -D --userland-proxy=false"' | sudo tee -a /etc/default/docker
- echo 'DOCKER_OPTS="-s btrfs -e lxc --userland-proxy=false"' | sudo tee -a /etc/default/docker
- sudo curl -L -o /usr/bin/docker 'https://s3-external-1.amazonaws.com/circle-downloads/docker-1.9.1-circleci-cp-workaround'
- sudo chmod 0755 /usr/bin/docker
services:
Expand Down
3 changes: 1 addition & 2 deletions tests/apps/checks-root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"express": "4.x"
},
"engines": {
"node": "0.12.x",
"npm": "2.x"
"node": "4.2.x"
},
"scripts": {
"start": "node index.js"
Expand Down
3 changes: 1 addition & 2 deletions tests/apps/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"express": "2.5.x"
},
"engines": {
"node": "0.10.x",
"npm": "2.7.x"
"node": "4.2.x"
}
}
2 changes: 1 addition & 1 deletion tests/apps/dockerfile-noexpose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"express": "^4.0.0"
},
"engines": {
"node": "0.10.x"
"node": "4.2.x"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion tests/apps/dockerfile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"express": "^4.0.0"
},
"engines": {
"node": "0.10.x"
"node": "4.2.x"
},
"repository": {
"type": "git",
Expand Down
3 changes: 1 addition & 2 deletions tests/apps/gitsubmodules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"express": "~3.3.4"
},
"engines": {
"node": "0.10.x",
"npm": "2.7.x"
"node": "4.2.x"
}
}
2 changes: 1 addition & 1 deletion tests/apps/multi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"description": "Test application for heroku multi buildpack.",
"engines": {
"node": "~0.10.30"
"node": "4.2.x"
},
"license": "ISC",
"name": "test-buildpack-multi",
Expand Down
3 changes: 1 addition & 2 deletions tests/apps/nodejs-express-noprocfile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"express": "2.5.x"
},
"engines": {
"node": "0.10.x",
"npm": "2.7.x"
"node": "4.2.x"
},
"scripts": {
"start": "node web.js"
Expand Down
3 changes: 1 addition & 2 deletions tests/apps/nodejs-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"express": "2.5.x"
},
"engines": {
"node": "0.10.x",
"npm": "2.7.x"
"node": "4.2.x"
}
}
3 changes: 1 addition & 2 deletions tests/apps/nodejs-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "node-example",
"version": "0.0.1",
"engines": {
"node": "0.10.x",
"npm": "2.7.x"
"node": "4.2.x"
}
}