From 10d4784cddc98ffa8c7dff92f8cb78d48ffd4a6c Mon Sep 17 00:00:00 2001 From: alxshelepenok Date: Fri, 9 Nov 2018 22:51:19 +0300 Subject: [PATCH] Delete old travis config --- travis.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 travis.yml diff --git a/travis.yml b/travis.yml deleted file mode 100644 index 0c8bedb..0000000 --- a/travis.yml +++ /dev/null @@ -1,16 +0,0 @@ -language: node_js -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