migrate test framework

This commit is contained in:
Shawn Erquhart
2018-07-25 19:17:34 -04:00
parent dc1f41d2d8
commit 1a9fe461ff
16 changed files with 682 additions and 640 deletions

View File

@ -5,7 +5,6 @@ cache:
- $HOME/.yarn-cache
- node_modules
node_js:
- "6"
- "8"
- "10"
before_install:
@ -14,9 +13,5 @@ install:
- yarn
notifications:
email: false
before_script:
- yarn add codecov --dev
after_script:
- codecov
git:
depth: 5