From 083c50255b918e62e60e684f9fe45970b63cd057 Mon Sep 17 00:00:00 2001 From: Tim Hellhake Date: Wed, 26 Jun 2019 23:35:15 +0200 Subject: [PATCH] Remove lint call --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ff639a8..d22701d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ node_js: - lts/carbon script: - - npm run lint + - echo before_deploy: - node -e "if(require('./package.json').version !== '$TRAVIS_TAG') { console.error('Git tag does not match package version'); process.exit(1); }"