From 1ddb45976bcc1fe3fb015201f47627cda807e926 Mon Sep 17 00:00:00 2001 From: Alessandro Zanardi Date: Thu, 24 May 2018 02:44:19 +0200 Subject: [PATCH] fix: update Travis script --- .travis.yml | 1 - package.json | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b748077..a6335e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ notifications: node_js: - node - '6.4.0' -script: 'npm run test-travis' after_success: - npm run coverage - npm run travis-deploy-once "npm run semantic-release" diff --git a/package.json b/package.json index f5c77ed..7664fab 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,7 @@ "pre-commit": "npm test", "semantic-release": "semantic-release", "travis-deploy-once": "travis-deploy-once --pro", - "test": "npm run lint && nyc mocha", - "test-travis": "npm run lint && nyc mocha" + "test": "npm run lint && nyc mocha" }, "repository": { "type": "git",