From b5aa75e3450ced10c327cb34a56592cb7a063f8d Mon Sep 17 00:00:00 2001 From: KalleV Date: Sun, 17 Jun 2018 16:56:39 -0600 Subject: [PATCH] fix(release): simplify semantic-release config --- .travis.yml | 8 +++----- package.json | 2 -- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index fcd8126..74486ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,9 @@ language: node_js node_js: - - 8.11.2 - - '9' + - lts/* + - node before_install: - git config --global url."git@github.com:".insteadOf "https://github.com/" -install: - - npm install script: - npm test - >- @@ -17,7 +15,7 @@ cache: notifications: email: false after_success: - - npm run travis-deploy-once "npm run semantic-release" + - npm run semantic-release branches: except: - /^vd+.d+.d+$/ diff --git a/package.json b/package.json index 527fa2b..bdc38b0 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,6 @@ "watch:build": "tsc --watch", "snyk-protect": "snyk protect", "prepublish": "npm run snyk-protect", - "travis-deploy-once": "travis-deploy-once", "semantic-release": "semantic-release" }, "bin": { @@ -74,7 +73,6 @@ "jasmine-core": "^3.1.0", "mock-fs": "^4.4.1", "typescript": "^2.5.3", - "travis-deploy-once": "^5.0.0", "semantic-release": "^15.5.0", "@labshare/semantic-release-config": "^1.0.0" },