Skip to content

Commit bd1300a

Browse files
committed
Travis config: disable node_modules caching
Stuff was passing until @isiahmeadows discovered that I had accidentally removed uuid from devDependencies. Seems Travis had just kept it in cache, so it didn't catch my error. I don't recall build times being outrageous without it, and this sort of problems have happened before too, so I'm thinking this cache is more trouble than it's worth.
1 parent a56105f commit bd1300a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,3 @@ node_js:
55
- "iojs"
66
- "4"
77
- "5.1"
8-
cache:
9-
directories:
10-
- node_modules

0 commit comments

Comments
 (0)