Skip to content

Commit

Permalink
Setup the configurations for Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yunpengn committed May 12, 2019
1 parent 0346f87 commit 19f4436
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: node_js
node_js:
- "node"

install:
- gem install awesome_bot

script:
- awesome_bot README.md --allow-dupe --allow-redirect --allow 429 --skip-save-results -w localhost:4000,CertAWS.netlify.com
- npm run deploy

cache: npm
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This repository presents the preparation guide for [AWS Certificate Examination]

## Development

- Make sure you have installed the latest version of [Node.js](https://nodejs.org/), [Npm](https://www.npmjs.com) and [Git](https://git-scm.com/) on your development machine. Npm should come with Node.js.
- Make sure you have installed the latest version of [Node.js](https://nodejs.org/), [Npm](https://www.npmjs.com/) and [Git](https://git-scm.com/) on your development machine. Npm should come with Node.js.
- You chould check them by `git --version`, `node -v` and `npm -v`.
- Fork and clone this repository to your computer.
```bash
Expand Down

0 comments on commit 19f4436

Please sign in to comment.