test: enable danger & tweak messaging

This commit is contained in:
Pat Cavit 2017-07-21 23:19:08 -07:00
parent a7849a67ca
commit bee11087af
2 changed files with 7 additions and 4 deletions

View file

@ -15,10 +15,11 @@ install:
- npm install
- npm install --no-save @alrra/travis-scripts@^3.0.1 gh-pages@^0.12.0
# Create bundles before running tests so they're always up-to-date
# Pass -save to build-min so it'll update the readme as well
# Run danger, build bundles (so they're always up to date)
before_script:
- npx danger run
- npm run build-browser
# Pass -save so it'll update the readme as well
- npm run build-min -- -save
# Run tests, lint, and then check for perf regressions