diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-07-04 15:41:37 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-07-04 16:43:08 -0400 |
| commit | 72cd03a1c53633a216f5e284bd1820ea52bf795c (patch) | |
| tree | 8b06c99cc9d6fe4f7934402322a97e8bb8e7f1e9 /.travis.yml | |
| parent | 29ba462e7dbddf3f25d22fe71c551ed8b53b2557 (diff) | |
Change node_modules cache dir.
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6314c42ff..12cd2a22a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ branches: cache: ccache: true directories: - - js/node_modules/ + - third_party/node_modules/ - $DEPOT_TOOLS_PATH - $BUILD_PATH env: |
