Merge pull request #142 from jbnicolai/add-travis-yml-to-readme

Adds .travis.yml to files to remove for the 'boilerplate-only option'.
master
Sindre Sorhus 2014-06-21 21:57:55 +02:00
commit 62a683f7fe
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ If you find yourself running into issues during installation or running the tool
## A Boilerplate-only Option
If you would prefer not to use any of our tooling, delete the following files from the project: `package.json`, `gulpfile.js`, `.jshintrc`. You can now safely use the boilerplate with an alternative build-system or no build-system at all if you choose.
If you would prefer not to use any of our tooling, delete the following files from the project: `package.json`, `gulpfile.js`, `.jshintrc` and `.travis.yml`. You can now safely use the boilerplate with an alternative build-system or no build-system at all if you choose.
## Inspiration