Skip to content

Commit bef3f38

Browse files
committed
Add tests
1 parent 21b81a0 commit bef3f38

File tree

9 files changed

+1401
-60
lines changed

9 files changed

+1401
-60
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ cache:
33
yarn: true
44
directories:
55
- node_modules
6-
node_js:
7-
- '7'
6+
node_js: '7'
87
before_script:
9-
- 'yarn'
8+
- yarn
109
script:
1110
- yarn run eslint
11+
- yarn test

0 commit comments

Comments
 (0)