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 -1
View File
@@ -17,6 +17,6 @@
"check:backend": "tsc -p packages/backend --noEmit",
"build:common": "tsc -p packages/common",
"check:common": "tsc -p packages/common --noEmit",
"test:common": "scripts/test-common.sh"
"test": "scripts/test.sh"
}
}