Skip to content

Commit a0e3106

Browse files
authored
Explicltly disable nom cache
As travis on macOS seems to be be caching node modules aggressively, complaining about out-of-date NODE_MODULE_VERSION (72 instead of 79)
1 parent 7b02a36 commit a0e3106

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ addons:
3131
- libgl1-mesa-dri
3232
- libglapi-mesa
3333
- libosmesa6
34+
cache:
35+
npm: false
3436
before_install:
3537
- ./scripts/before_install.sh
3638
install:

0 commit comments

Comments
 (0)