Skip to content

Commit 8332bb5

Browse files
Merge pull request #957 from stephenplusplus/spp--travis-key
add new API key to travis
2 parents 7b6c1cf + 3ddba5a commit 8332bb5

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

.travis.yml

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,26 @@
11
language: node_js
22
node_js:
3-
- 4
4-
- 0.12
3+
- 4
4+
- 0.12
55

66
# To test Node v4, Travis needs to use a newer C++ compiler.
77
# Source: https://github.com/nodejs/nan/issues/435#issuecomment-136063745
88
addons:
99
apt:
1010
sources:
11-
- ubuntu-toolchain-r-test
11+
- ubuntu-toolchain-r-test
1212
packages:
13-
- g++-4.8
13+
- g++-4.8
1414
before_install:
15-
- export CXX=g++-4.8
16-
- $CXX --version
17-
18-
script: ./scripts/build.sh
19-
before_deploy: ./scripts/release.sh
15+
- export CXX=g++-4.8
16+
- "$CXX --version"
17+
script: "./scripts/build.sh"
18+
before_deploy: "./scripts/release.sh"
2019
deploy:
2120
provider: npm
2221
2322
api_key:
24-
secure: fdOPQR6qYjw7vIRtQgbIGZnM3/OOXNHznYEObtTkUXl4mpVIstZ7gTn6MVHTYeAqpBtLpIIXGxocwLqie1HIbs5tSMWmY+7yzi2Igb9xDWlq36fBOIUbv9FkSRXjgQrtvKFdsJlgTIpTtK3KHCcY/9o/YCTYgj2ejMWhDq1zo3c=
23+
secure: UURhIEInJI1cmShb5f8ZSonngDdUJLoxy1naJorULhOdg0DRl4NHgx/pD5+rgymVw9rDvO5aeejxaGmZQydt5obM9WPkipzkQCO/lq9tByGWyFazPnjoiKNv1VCekN9SetkKd7q3yDrzE+a9bqLlTSZCp7azWNTEde++Khynv8g=
2524
on:
2625
tags: true
2726
repo: GoogleCloudPlatform/gcloud-node

0 commit comments

Comments
 (0)