chore: remove travis, refactor test scripts

This commit is contained in:
Shawn Erquhart 2019-03-28 15:30:49 -04:00
parent fabe76a621
commit c4e492b71f

View File

@ -1,22 +0,0 @@
language: node_js
cache:
yarn: true
directories:
- $HOME/.npm
- $HOME/.yarn-cache
- node_modules
- ~/.cache
node_js:
- '8'
- '10'
env:
- TEST_SUITE="test:unit"
- TEST_SUITE="test:e2e:ci"
install:
- yarn bootstrap
script:
- yarn test-ci
notifications:
email: false
git:
depth: 5