From 81bcdc87e311d70402bb6dd7622bae99feea6c88 Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Mon, 25 Feb 2019 10:35:57 +0100 Subject: [PATCH] Disable testing for now --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5966df764..75d3d30aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,3 +10,6 @@ install: - yarn install --production=false --frozen-lockfile --non-interactive - yarn build - yarn build:lib + +test: + - echo "ADD TESTING!"