Skip to content
This repository was archived by the owner on May 28, 2019. It is now read-only.

Commit 82136b1

Browse files
committed
edit README
1 parent 407f297 commit 82136b1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.jshintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090

9191
// Custom Globals
9292
"globals" : {
93-
"require": true
93+
"require": true,
94+
"test": true
9495
} // additional predefined global variables
9596
}

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@ $ git push
4040

4141
(8) Switch into other demo* branches, and repeat the step 6th and 7th.
4242

43+
44+
## Index
45+
46+
- [Demo01](https://github.com/ruanyf/travis-ci-demo/tree/demo01): Linting (JShint)
47+
- [Demo02](https://github.com/ruanyf/travis-ci-demo/tree/demo02): Testing (Mocha)
48+
- [Demo03](https://github.com/ruanyf/travis-ci-demo/tree/demo03): Testing (Tape)
49+
50+
---
51+
4352
## What is `.travis.yml`?
4453

4554
A file called `.travis.yml` in the root of your repository tells Travis CI what to do.

0 commit comments

Comments
 (0)