Skip to content

Commit

Permalink
Stricter and faster travis setup
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianheine committed Oct 16, 2018
1 parent eb0f3c5 commit 85d74e0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Expand Up @@ -11,6 +11,9 @@ env:

script:
- npm run test:register
- npm run lint
- node_modules/.bin/acorn --ecma5 dist/buble-browser.cjs.js > /dev/null
- node_modules/.bin/acorn --ecma5 dist/buble-browser-deps.umd.js > /dev/null
- if [ $TRAVIS_NODE_VERSION -eq 8 ]; then
npm run lint
node_modules/.bin/acorn --ecma3 dist/buble-browser.cjs.js > /dev/null
node_modules/.bin/acorn --ecma3 dist/buble-browser-deps.umd.js > /dev/null
node_modules/.bin/acorn --ecma3 register.js > /dev/null
fi

0 comments on commit 85d74e0

Please sign in to comment.