From 9c58076e9bfc1238bd605ad9a63746e02a2d5a35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Wed, 14 Nov 2018 17:06:25 +0100 Subject: [PATCH] update tarvis file --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e7891fd8..54c53df0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ language: node_js node_js: - "10" cache: yarn +install: + - yarn script: -- yarn lint -- yarn test + - yarn lint + - yarn test