Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
piranna committed Jul 22, 2016
1 parent f7a8839 commit fa71958
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -31,10 +31,10 @@ And of course, it's executed against itself! :-D

4. configure your CI server to exec `easy-coveralls`.
* For `TravisCI` add to your project `.travis.yml` file:
```yaml
after_script:
- npm run coveralls
```
```yaml
after_script:
- npm run coveralls
```
* For `SemaphoreCI` just set `npm run coveralls` as a Post-Thread script.

5. there's no fifth step. Ta-Da! :-D
Expand Down

0 comments on commit fa71958

Please sign in to comment.