1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-02 01:08:03 +02:00

make testing instructions match travis build steps

This commit is contained in:
Aidan Feldman 2013-10-23 00:28:50 -07:00
parent d0f2cc3424
commit 08bba211da

View File

@ -36,6 +36,6 @@ For more advanced changes, check out [the bootstrap instructions](https://github
[HTML::Proofer](https://github.com/gjtorikian/html-proofer) is set up to validate all links within the project. You can run this locally to ensure that your changes are valid:
```shell
bundle install
bundle exec rake test
./script/bootstrap
./script/cibuild
```