Skip to content

Commit da5b73d

Browse files
committed
build: dont cache dependencies in travis - causing problems
1 parent 34cc223 commit da5b73d

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

.travis.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,12 @@ script:
1616
npm run test-unit-travis;
1717
fi
1818
- sh scripts/typedoc/generate_typedoc.sh
19-
cache:
20-
directories:
21-
- node_modules
2219
after_success:
2320
- npm run report-coverage
24-
- scripts/jsdoc/publish.sh
25-
deploy:
26-
- provider: script
27-
skip_cleanup: true
28-
script: npx semantic-release
29-
on:
30-
node: 8
21+
# - scripts/jsdoc/publish.sh
22+
# deploy:
23+
# - provider: script
24+
# skip_cleanup: true
25+
# script: npx semantic-release
26+
# on:
27+
# node: 8

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)