Skip to content
This repository was archived by the owner on May 3, 2020. It is now read-only.

Commit a3b2a19

Browse files
committed
fix(travis): Don't bother caching dependencies.
There's some weirdness with the travis boxes where they don't seem to be able to find cached modules... Per https://travis-ci.com/randytarampi/lwip/jobs/183637295. ``` npm WARN prepare removing existing node_modules/ before installation npm ERR! code MODULE_NOT_FOUND npm ERR! Cannot find module '../pack.js' ```
1 parent e65376d commit a3b2a19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
language: node_js
2-
cache: npm
32
notifications:
43
email: false
54
dist: xenial

0 commit comments

Comments
 (0)