From 6f88fb0f118b5dfa0b8c306b873dd3ac6ad15302 Mon Sep 17 00:00:00 2001 From: Belma Gutlic Date: Wed, 29 Jan 2020 19:50:02 +0100 Subject: [PATCH] Run tests in CI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 66618b3..8b3c53c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,5 +8,5 @@ install: script: set -e; yarn run lint; - yarn run check-types; + yarn run test yarn run build;