Skip to content

Commit

Permalink
Test basic rollup build setup on travis
Browse files Browse the repository at this point in the history
Related to #168
  • Loading branch information
dubzzz committed Aug 22, 2018
1 parent 2cc5dbc commit d542740
Show file tree
Hide file tree
Showing 6 changed files with 5,470 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
- npm run build
- nvm install 0.12
- node test/legacy/main.js
- stage: test
env: STEP=ROLLUP
script:
- npm run build
- npm run test:rollup
- stage: publish documentation
if: branch = master AND type = push
script:
Expand Down
Loading

0 comments on commit d542740

Please sign in to comment.