Skip to content

Commit

Permalink
Fix #58 - add build status badge, fix #60 - check PROJECTS.md with aw…
Browse files Browse the repository at this point in the history
…esome-bot
  • Loading branch information
frantsen committed Jun 17, 2017
1 parent 6d9de99 commit 69c5d68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![Pull Requests Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](http://makeapullrequest.com)
[![first-timers-only Friendly](https://img.shields.io/badge/first--timers--only-friendly-blue.svg)](http://www.firsttimersonly.com/)
[![Build Status](https://travis-ci.org/freeCodeCamp/how-to-contribute-to-open-source.svg?branch=master)](https://travis-ci.org/freeCodeCamp/how-to-contribute-to-open-source)

This is a list of resources for people who are new to contributing to open source.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"eslint-plugin-markdown": "^1.0.0-beta.6"
},
"scripts": {
"test": "awesome_bot --allow-redirect --allow-ssl --allow-dupe README.md",
"test": "awesome_bot --allow-redirect --allow-ssl --allow-dupe README.md PROJECTS.md",
"pretest": "npm run lint",
"preinstall": "gem install awesome_bot",
"lint": "eslint . --ext .json --ext .md"
Expand Down

0 comments on commit 69c5d68

Please sign in to comment.