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_js:
- "node" # latest version - "node" # latest version
cache: cache:
yarn: true
directories: directories:
- node_modules - node_modules
script: script:
- yarn build - npm run build
- npm test
deploy: deploy:
provider: releases provider: releases
api_key: $GITHUB_OAUTH_TOKEN api_key: $GITHUB_OAUTH_TOKEN