Skip to content

Commit

Permalink
build: dont cache dependencies in travis - causing problems
Browse files Browse the repository at this point in the history
  • Loading branch information
dpopp07 committed Nov 8, 2018
1 parent 34cc223 commit da5b73d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
17 changes: 7 additions & 10 deletions .travis.yml
Expand Up @@ -16,15 +16,12 @@ script:
npm run test-unit-travis;
fi
- sh scripts/typedoc/generate_typedoc.sh
cache:
directories:
- node_modules
after_success:
- npm run report-coverage
- scripts/jsdoc/publish.sh
deploy:
- provider: script
skip_cleanup: true
script: npx semantic-release
on:
node: 8
# - scripts/jsdoc/publish.sh
# deploy:
# - provider: script
# skip_cleanup: true
# script: npx semantic-release
# on:
# node: 8
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit da5b73d

Please sign in to comment.