Skip to content

Commit

Permalink
Merge 42d7aab into 90f2100
Browse files Browse the repository at this point in the history
  • Loading branch information
dubzzz committed Sep 20, 2018
2 parents 90f2100 + 42d7aab commit f642263
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Expand Up @@ -48,6 +48,13 @@ jobs:
- npm run prebuild
- npm run build:publish-esm
- npm run test:rollup
- stage: test
env: STEP=HEAD
script:
- rm -r node_modules/
- rm package-lock.json
- npm install
- npm run test
- stage: publish documentation
if: branch = master AND type = push
script:
Expand Down

0 comments on commit f642263

Please sign in to comment.