Merge pull request #142 from jbnicolai/add-travis-yml-to-readme
Adds .travis.yml to files to remove for the 'boilerplate-only option'.master
commit
62a683f7fe
|
@ -119,7 +119,7 @@ If you find yourself running into issues during installation or running the tool
|
||||||
|
|
||||||
## A Boilerplate-only Option
|
## 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
|
## Inspiration
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue