ci: remove travis config

This commit is contained in:
Clark Du 2018-10-24 11:48:51 +01:00
parent 3db27fe472
commit e876ce6c3d

View File

@ -1,16 +0,0 @@
os: windows
language: node_js
node_js:
- "node"
cache:
yarn: true
directories:
- node_modules
install:
- yarn install
- yarn lerna link
- yarn build
script:
- node --version
- yarn --version
- yarn test