Run tests and make a build of blockchain in CI. (#72)

This commit is contained in:
William O'Beirne 2019-01-16 16:59:00 -05:00 committed by GitHub
parent 8e89db4d3e
commit 4ab5c2b66b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -18,3 +18,12 @@ matrix:
install: pip install -r requirements/dev.txt
script:
- flask test
# Blockchain
- language: node_js
node_js: 8.13.0
before_install:
- cd blockchain
install: yarn
script:
- yarn run test
- yarn run build