add travis
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- 6
|
||||
os: linux
|
||||
dist: trusty
|
||||
sudo: required
|
||||
cache:
|
||||
yarn: true
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
install:
|
||||
- |
|
||||
yarn install
|
||||
script:
|
||||
- |
|
||||
npm run lint && npm run test
|
||||
Reference in New Issue
Block a user