You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Licensed under the Apache License, Version 2.0 (the "License");
3
+
# you may not use this file except in compliance with the License.
4
+
# You may obtain a copy of the License at
5
+
#
6
+
# http://www.apache.org/licenses/LICENSE-2.0
7
+
#
8
+
# Unless required by applicable law or agreed to in writing, software
9
+
# distributed under the License is distributed on an "AS IS" BASIS,
10
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
+
# See the License for the specific language governing permissions and
12
+
# limitations under the License.
13
+
14
+
sudo: required
2
15
language: node_js
3
16
node_js:
4
17
- "stable"
18
+
- "0.12"
5
19
- "0.10"
6
20
7
21
cache:
@@ -20,38 +34,30 @@ cache:
20
34
21
35
services:
22
36
- redis-server
37
+
- docker
23
38
24
39
env:
25
-
- PATH=$PATH:$HOME/gcloud/google-cloud-sdk/bin GOOGLE_APPLICATION_CREDENTIALS=$TRAVIS_BUILD_DIR/nodejs-docs-samples.json TEST_BUCKET_NAME=cloud-samples-tests TEST_PROJECT_ID=cloud-samples-tests#Other environment variables on same line
40
+
- PATH=$PATH:$HOME/gcloud/google-cloud-sdk/bin GOOGLE_APPLICATION_CREDENTIALS=$TRAVIS_BUILD_DIR/test/encrypted/nodejs-docs-samples.json TEST_BUCKET_NAME=nodejs-docs-samples TEST_PROJECT_ID=nodejs-docs-samples#Other environment variables on same line
26
41
27
42
before_install:
28
-
#ENCRYPT YOUR PRIVATE KEY (If you need authentication)
29
-
# 1. Install and login to the Travis CLI:
30
-
# $ gem install travis
31
-
# $ travis login
32
-
# 2. Move your json private key to client_secrets.json
This is a collection of samples and instructions to run common nodejs frameworks and applications on [Google App Engine](http://cloud.google.com/nodejs).
10
+
This is a collection of samples and instructions to run common nodejs frameworks
11
+
and applications on [Google App Engine](http://cloud.google.com/nodejs).
-[Getting started with nodejs on Google Cloud](http://cloud.google.com/nodejs/)
33
48
- See our other [Google Cloud Platform github repos](https://github.com/GoogleCloudPlatform) for sample applications and scaffolding for other frameworks and use cases.
@@ -36,8 +51,81 @@ This is a collection of samples and instructions to run common nodejs frameworks
36
51
37
52
## Contributing changes
38
53
39
-
* See [CONTRIBUTING.md](CONTRIBUTING.md)
54
+
Contributions welcome!
55
+
56
+
See [CONTRIBUTING.md](https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/CONTRIBUTING.md)
40
57
41
58
## Licensing
42
59
43
-
* See [LICENSE](LICENSE)
60
+
Apache Version 2.0
61
+
62
+
See [LICENSE](https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/LICENSE)
0 commit comments