From d48ee55dda9418a6b17e3dc98277f7091d9a6710 Mon Sep 17 00:00:00 2001 From: alxshelepenok Date: Fri, 9 Nov 2018 22:45:11 +0300 Subject: [PATCH] Update travis.yml --- travis.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/travis.yml b/travis.yml index 773eea0..0c8bedb 100644 --- a/travis.yml +++ b/travis.yml @@ -1,23 +1,16 @@ language: node_js -os: - - linux - - osx - -install: - - npm install -g codecov - node_js: - '8' - '9' - '10' - +install: + - npm install -g codecov script: - yarn install - yarn lint:all - yarn test:coverage --runInBand --no-cache - yarn test --runInBand --no-cache - codecov - cache: directories: - node_modules \ No newline at end of file