This commit is contained in:
Marin Petrunić
2019-11-09 15:47:53 +01:00
parent 6d7be49f55
commit 5d1c085d8e

12
.travis.yml Normal file
View File

@ -0,0 +1,12 @@
language: node_js
cache: false
install:
- yarn install --frozen-lockfile --network-timeout 1000000
script:
set -e;
yarn run lint;
yarn run check-types;
yarn run build;