Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Razi committed Oct 29, 2019
1 parent d84aa15 commit 7b06b4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,8 @@ language: node_js
node_js:
- '8'
script:
- npm run clean
- rm -rf node_modules
- npm install
- npm run build
- npm run test

Expand Down

0 comments on commit 7b06b4e

Please sign in to comment.