From 1db31a0d8049e0e0a9a2add938f781ccffda762e Mon Sep 17 00:00:00 2001 From: Franco Rondini Date: Sun, 26 May 2019 18:20:56 +0200 Subject: [PATCH] chors(ci): prepared draft for travis-ci --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 03883a0..a0ff6e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,6 @@ language: node_js node_js: - - 8 - - 10 - 11 - - 12 - node env: @@ -18,9 +15,7 @@ script: - npm clean:prepare:cover after_success: - - NODE_ENV=production npm run build - npm run coveralls - - semantic-release notifications: email: true