Skip to content

Commit 6357a4f

Browse files
committed
Fix npm caching on Travis.
1 parent 49b9f57 commit 6357a4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ after_success:
2222
./.travis_build_pages;
2323
fi
2424
cache:
25-
directories:
26-
- node_modules
25+
- npm
26+
- directories:
2727
- .rdf-test-suite-cache
2828
sudo: false

0 commit comments

Comments
 (0)