Travis CI integration (#75)

This commit is contained in:
Maciej Hirsz
2018-10-05 17:08:27 +02:00
committed by GitHub
parent 8e16f7c129
commit 784c112af3
5 changed files with 29 additions and 22 deletions
-1
View File
@@ -1 +0,0 @@
tsc -p packages/common && node packages/common/test | tap-spec
+1
View File
@@ -0,0 +1 @@
yarn && tsc -p packages/common && tsc -p packages/backend && node packages/common/test | tap-spec && cd packages/backend && yarn test && cd ../frontend && yarn test && cd ../../