File tree 1 file changed +9
-10
lines changed
1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
- - 4
4
- - 0.12
3
+ - 4
4
+ - 0.12
5
5
6
6
# To test Node v4, Travis needs to use a newer C++ compiler.
7
7
# Source: https://github.com/nodejs/nan/issues/435#issuecomment-136063745
8
8
addons :
9
9
apt :
10
10
sources :
11
- - ubuntu-toolchain-r-test
11
+ - ubuntu-toolchain-r-test
12
12
packages :
13
- - g++-4.8
13
+ - g++-4.8
14
14
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"
20
19
deploy :
21
20
provider : npm
22
21
23
22
api_key :
24
- secure : fdOPQR6qYjw7vIRtQgbIGZnM3/OOXNHznYEObtTkUXl4mpVIstZ7gTn6MVHTYeAqpBtLpIIXGxocwLqie1HIbs5tSMWmY+7yzi2Igb9xDWlq36fBOIUbv9FkSRXjgQrtvKFdsJlgTIpTtK3KHCcY/9o/YCTYgj2ejMWhDq1zo3c =
23
+ secure : UURhIEInJI1cmShb5f8ZSonngDdUJLoxy1naJorULhOdg0DRl4NHgx/pD5+rgymVw9rDvO5aeejxaGmZQydt5obM9WPkipzkQCO/lq9tByGWyFazPnjoiKNv1VCekN9SetkKd7q3yDrzE+a9bqLlTSZCp7azWNTEde++Khynv8g =
25
24
on :
26
25
tags : true
27
26
repo : GoogleCloudPlatform/gcloud-node
You can’t perform that action at this time.
0 commit comments