Skip to content

Commit

Permalink
fix(travis): update example build step
Browse files Browse the repository at this point in the history
  • Loading branch information
damusnet committed Jul 5, 2018
1 parent c627bdf commit 97f64ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ script:
- npm run lint
- npm run test:cover
- npm run build
- cd example && npm install && npm run build
- cd example && npm install && npm run build && cd ..
after_success:
- npx codecov
deploy:
Expand Down

0 comments on commit 97f64ee

Please sign in to comment.