Switch travis away from yarn, add running test to CI

This commit is contained in:
Ludwig Schubert
2017-10-24 15:35:40 -07:00
parent 00076d3123
commit 302370c1cf
+2 -2
View File
@@ -2,11 +2,11 @@ language: node_js
node_js:
- "node" # latest version
cache:
yarn: true
directories:
- node_modules
script:
- yarn build
- npm run build
- npm test
deploy:
provider: releases
api_key: $GITHUB_OAUTH_TOKEN