Skip to content

Commit

Permalink
Hopefully fix travis file syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianheine committed Oct 16, 2018
1 parent 1593577 commit 59d1127
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -12,8 +12,8 @@ env:
script:
- npm run test:register
- 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
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 59d1127

Please sign in to comment.