Skip to content

Commit

Permalink
test(travis): Update travis to test from dist folder, added a script …
Browse files Browse the repository at this point in the history
…to generate dist folder in trav

Is this an acceptable approach?
  • Loading branch information
arvindr21 committed Mar 9, 2018
1 parent 90ee4b2 commit 7b93781
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ node_js:
install:
- npm config set spin=false
- npm install
- npm run build
script:
- npm test
after_script:
Expand Down

0 comments on commit 7b93781

Please sign in to comment.