Disable testing for now

This commit is contained in:
Grzegorz Leoniec 2019-02-25 10:35:57 +01:00
parent 85114b78d6
commit 81bcdc87e3
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377

View File

@ -10,3 +10,6 @@ install:
- yarn install --production=false --frozen-lockfile --non-interactive
- yarn build
- yarn build:lib
test:
- echo "ADD TESTING!"