Skip to content

Commit d270b6d

Browse files
authored
Merge branch 'master' into sw-pypi
2 parents 356bdc1 + 9b338db commit d270b6d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

STYLE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If you have long lists you can wrap them into 2 (`.column-2`) or 3 (`.column-3`)
3939

4040
```css
4141
* long list item 1
42-
* lont list item 2
42+
* long list item 2
4343
{: .column-2 }
4444
```
4545

user/deployment/google-app-engine.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ deploy:
1818
Then go to the [Google Cloud Console Dashboard](http://console.developers.google.com) and:
1919
2020
1. Enable "Google App Engine Admin API",
21-
2. Go to "Credentials", click "Add Credential" and "Service account key", finally click "JSON" to download the your Service Account JSON file.
21+
2. Go to "Credentials", click "Add Credential" and "Service account key", finally click "JSON" to download your Service Account JSON file.
2222
23-
It is *strongly* recommended that you encrypt your key before committing it to a repo. First make sure you have the Travis command line tool installed.
23+
It is *strongly* recommended that you encrypt your key before committing it to a repo.
24+
First make sure you have the [Travis command line tool](https://github.com/travis-ci/travis.rb#readme) installed.
25+
Then execute the following command from the terminal:
2426
2527
```bash
2628
travis encrypt-file client-secret.json --add

user/languages/java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jdk:
132132

133133
> Note that testing against multiple Java versions is not supported on OS X. See the [OS X Build Environment](/user/osx-ci-environment/#JDK-and-OS-X) for more details.
134134

135-
Travis CI provides OpenJDK 6, OpenJDK 7, Oracle JDK 7, and Oracle JDK 8. Sun JDK 6 is not provided, because it is EOL as of November 2012. OpenJDK 8 is available on our Trusty images, spcify `dist: trusty` to make use of it.
135+
Travis CI provides OpenJDK 6, OpenJDK 7, Oracle JDK 7, and Oracle JDK 8. Sun JDK 6 is not provided, because it is EOL as of November 2012. OpenJDK 8 is available on our Trusty images, specify `dist: trusty` to make use of it.
136136

137137
JDK 7 is backwards compatible, we think it's time for all projects to start testing against JDK 7 first and JDK 6 if resources permit.
138138

user/languages/javascript-with-nodejs.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,5 +293,3 @@ addons:
293293
- g++-4.8
294294
```
295295

296-
Due to recent decision by the LLVM team to remove APT support, it is currently not possible to update clang on Travis CI via `apt-get` or the `apt` addon.
297-
See <https://github.com/travis-ci/travis-ci/issues/6120>.

0 commit comments

Comments
 (0)