Skip to content

Commit

Permalink
chore: cache node_modules (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRuf authored and ntwcklng committed Jun 12, 2018
1 parent a831db8 commit 901f508
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"language": "node_js",
"node_js": [
"4",
"6",
"8",
"node"
]
}
language: node_js
node_js:
- "4"
- "6"
- "8"
- "node"
cache:
directories:
- node_modules

0 comments on commit 901f508

Please sign in to comment.