From 60cba5b93b3cd367bee4a2ca3a27b38fa186677e Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Tue, 19 Dec 2017 09:51:57 +0000 Subject: [PATCH] update travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1570c46bf..23b773bb8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ install: - npm install script: - - npm run build:dev + - npm run build - npm run test -- --single-run --no-progress --browser=ChromeNoSandbox # Send coverage data to codecov