Skip to content

Commit

Permalink
force npm 3
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus committed Sep 1, 2016
1 parent 8c31399 commit a57fa2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
21 changes: 1 addition & 20 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,8 @@ node_js:
os:
- linux
- osx

# To test Node v4, Travis needs to use a newer C++ compiler.
# Source: https://github.com/nodejs/nan/issues/435#issuecomment-136063745
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- export CXX=g++-4.8
- "$CXX --version"
- npm install -g npm # Force using the latest npm to get dedupe during install
script: "./scripts/build.sh"
before_deploy: "./scripts/release.sh"
deploy:
provider: npm
email: sawchuk@gmail.com
api_key:
secure: H8H4ATiE64gTgiectfIYatsSnm7uDQrgQPvnLp7Ra1piElS+f1lLzdiN8+pDGP3h+OHU/PE8KsXhtVLfYTX5zroo3Y70n5TE4uTO62PL6WZl5R1+L5bUKcrffcHMsjH0mmiK5d0TW032tMcybAHsPcj9wiOZpf6aBIEEFY/1V5o=
on:
tags: true
repo: GoogleCloudPlatform/google-cloud-node
all_branches: true
sudo: false
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
},
"license": "Apache-2.0",
"engines": {
"node": ">=0.12.0",
"npm": ">3.0.0"
"node": ">=0.12.0"
}
}

0 comments on commit a57fa2e

Please sign in to comment.