Initial stab at travis config for all 3 sub-repos.

This commit is contained in:
Will O'Beirne 2018-09-11 15:33:16 -04:00
parent 1a20ea18e0
commit eb15c91a6b
No known key found for this signature in database
GPG Key ID: 44C190DB5DEAF9F6
1 changed files with 16 additions and 0 deletions

16
.travis.yml Normal file
View File

@ -0,0 +1,16 @@
matrix:
include:
- language: node_js
node_js: 8.11.4
install: yarn
before_script:
- cd frontend/
script:
- yarn run test
- language: python
python: 3.6
install: pip install -r requirements/dev.txt
before_script:
- cd backend/
script:
- flask test