Skip to content
This repository was archived by the owner on May 17, 2018. It is now read-only.

Commit b364a05

Browse files
author
Tristram Gräbener
committed
Add the travis-ci configuration
1 parent 36df3ce commit b364a05

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.travis-ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: node_js
2+
node_js:
3+
- node
4+
before_script:
5+
- yarn
6+
cache:
7+
directories:
8+
- "node_modules"
9+
script:
10+
- npm run build
11+
- npm run lint

0 commit comments

Comments
 (0)