Skip to content

Commit 6a51e6e

Browse files
author
hs
committed
disabled caching
1 parent cd96d8f commit 6a51e6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
script: grunt travis
88
cache:
99
directories:
10-
- "node_modules"
10+
- "node_modules2"
1111
notifications:
1212
email:
1313
recipients:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@
4444
"coveralls": "^3.0.2",
4545
"grunt-coveralls": "^2.0.0",
4646
"jest": "^23.4.2",
47-
"hsutil": "*",
4847
"ts-jest": "^23.0.1",
4948
"tslint": "^4.5.1",
5049
"typedoc": "^0.11.1",
5150
"typescript": "^2.9.2",
5251
"uglifyjs-webpack-plugin": "^1.2.5",
5352
"webpack": "^4.14.0",
53+
"hsutil": "*",
5454
"hslayout": "*",
5555
"hsdatab": "*"
5656
},

0 commit comments

Comments
 (0)