Skip to content

Commit

Permalink
change travis-ci.org to travis-ci.com
Browse files Browse the repository at this point in the history
  • Loading branch information
seanho00 committed Jun 21, 2020
1 parent 9719388 commit 681ae18
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Expand Up @@ -26,7 +26,7 @@ deploy it on Github Pages via the `gh-pages` branch.
+ Grunt will copy this dir as-is to the root of the deployed site

## Github token for Travis
+ **Connect** [Travis](https://travis-ci.org) to your Github account, if you haven't already
+ **Connect** [Travis](https://travis-ci.com) to your Github account, if you haven't already
+ On Github, create an access token: *Settings* → *Developer Settings* → *Personal access tokens* → **Generate new token**
+ *Token description*: e.g., "Travis push to gh-pages"
+ *Select scopes*: check "**repo**"
Expand All @@ -36,7 +36,7 @@ deploy it on Github Pages via the `gh-pages` branch.
+ [Install](https://github.com/travis-ci/travis.rb#installation) the Travis **gem**
+ See note in the [travis-key script](travis-key) for details
+ Run `./travis-key` to [securely store the token in Travis](https://docs.travis-ci.com/user/encrypting-files/):
+ Commit, **push**, and check the [build log](https://travis-ci.org/) for errors
+ Commit, **push**, and check the [build log](https://travis-ci.com/) for errors

## Bot user for Travis deploy
If you don't want Travis to have full write-access
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
# reveal-skel
## A Template for Presentations in [Reveal.js](https://github.com/hakimel/reveal.js/)

[![Build status](https://api.travis-ci.org/sermons/reveal-skel.svg)](https://travis-ci.org/github/sermons/reveal-skel)
[![Build status](https://api.travis-ci.com/sermons/reveal-skel.svg)](https://travis-ci.com/github/sermons/reveal-skel)
[![Node deps](https://david-dm.org/sermons/reveal-skel.svg)](https://david-dm.org/sermons/reveal-skel)
[![Node devDeps](https://david-dm.org/sermons/reveal-skel/dev-status.svg)](https://david-dm.org/sermons/reveal-skel?type=dev)

Expand Down
2 changes: 1 addition & 1 deletion slides/sample.md
Expand Up @@ -2,7 +2,7 @@
# Reveal-Skel
## A template for Reveal.js-based presentations

[![Travis](https://api.travis-ci.org/sermons/reveal-skel.svg)](https://travis-ci.org/github/sermons/reveal-skel)
[![Travis](https://api.travis-ci.com/sermons/reveal-skel.svg)](https://travis-ci.com/github/sermons/reveal-skel)
[![Node deps](https://david-dm.org/sermons/reveal-skel.svg)](https://david-dm.org/sermons/reveal-skel)
[![Node devDeps](https://david-dm.org/sermons/reveal-skel/dev-status.svg)](https://david-dm.org/sermons/reveal-skel?type=dev)

Expand Down

0 comments on commit 681ae18

Please sign in to comment.