Skip to content

Commit

Permalink
Try node caching
Browse files Browse the repository at this point in the history
  • Loading branch information
josephspurrier committed Jul 8, 2018
1 parent db18690 commit cc0823c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ go:

cache:
directories:
- $HOME/gopath/src/project-root/src/app/webapi/node_modules
- $(npm config get prefix)/lib/node_modules

before_install:
- mysql -e 'CREATE DATABASE webapitest;'
Expand Down

0 comments on commit cc0823c

Please sign in to comment.