chore: remove unnecessary travis config file (#4030)

This commit is contained in:
Clark Du 2018-10-03 11:04:29 +01:00 committed by Pooya Parsa
parent 32f395d7e8
commit 96a737100d

View File

@ -1,14 +0,0 @@
language: node_js
node_js:
- "8"
- "9"
cache:
yarn: true
directories:
- node_modules
install:
- yarn install
script:
- yarn run test
after_success:
- yarn run coverage