Skip to content

Commit

Permalink
💚 disable typedoc generation for now (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
no2chem authored Sep 18, 2018
1 parent 76ed004 commit 14fa58d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ matrix:
env: TEST_SUITE=test:browser
script: npm run $TEST_SUITE
before_deploy:
- npm run typedoc
- npm pack
deploy:
- provider: pages
Expand All @@ -37,7 +36,7 @@ deploy:
on:
branch: master
node: '10'
condition: "$TEST_SUITE = test:node"
condition: "false"
- provider: releases
api_key: "$GITHUB_TOKEN"
file_glob: true
Expand Down

0 comments on commit 14fa58d

Please sign in to comment.