Skip to content

Commit 1f9712e

Browse files
author
hs
committed
added caching to travis
1 parent 1521997 commit 1f9712e

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

.travis.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@ language: node_js
22
node_js:
33
- "8"
44
jobs:
5-
include:
6-
- stage: build
7-
script: grunt build
8-
- stage: test
9-
script: grunt test
5+
include:
6+
- stage: build
7+
script: grunt build
8+
- stage: test
9+
script: grunt test
10+
cache:
11+
directories:
12+
- "node_modules"

src/Data.jest.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
require('coveralls');
2+
13
import * as hsdatab from './';
24
import { Data } from './Data';
35

0 commit comments

Comments
 (0)