File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,27 +6,8 @@ node_js:
66os :
77 - linux
88 - osx
9-
10- # To test Node v4, Travis needs to use a newer C++ compiler.
11- # Source: https://github.com/nodejs/nan/issues/435#issuecomment-136063745
12- addons :
13- apt :
14- sources :
15- - ubuntu-toolchain-r-test
16- packages :
17- - g++-4.8
189before_install :
19- - export CXX=g++-4.8
20- - " $CXX --version"
10+ - npm install -g npm # Force using the latest npm to get dedupe during install
2111script : " ./scripts/build.sh"
2212before_deploy : " ./scripts/release.sh"
23- deploy :
24- provider : npm
25- 26- api_key :
27- secure : H8H4ATiE64gTgiectfIYatsSnm7uDQrgQPvnLp7Ra1piElS+f1lLzdiN8+pDGP3h+OHU/PE8KsXhtVLfYTX5zroo3Y70n5TE4uTO62PL6WZl5R1+L5bUKcrffcHMsjH0mmiK5d0TW032tMcybAHsPcj9wiOZpf6aBIEEFY/1V5o=
28- on :
29- tags : true
30- repo : GoogleCloudPlatform/google-cloud-node
31- all_branches : true
3213sudo : false
Original file line number Diff line number Diff line change 3636 },
3737 "license" : " Apache-2.0" ,
3838 "engines" : {
39- "node" : " >=0.12.0" ,
40- "npm" : " >3.0.0"
39+ "node" : " >=0.12.0"
4140 }
4241}
You can’t perform that action at this time.
0 commit comments