From 41d8f945afd540cefb76bc78ee0f29660e37ac39 Mon Sep 17 00:00:00 2001 From: Rob Larsen Date: Wed, 10 Oct 2018 16:03:54 -0400 Subject: [PATCH] removing travis-after-all (#2078) closes #2020 --- .travis.yml | 17 ----------------- package.json | 4 +--- 2 files changed, 1 insertion(+), 20 deletions(-) diff --git a/.travis.yml b/.travis.yml index 971b05c468..11065751d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,23 +2,6 @@ # in this file, please see the Travis CI documentation: # https://docs.travis-ci.com -after_success: - - | - - # Automatically update the content from the `dist/` directory - - $(npm bin)/travis-after-all \ - && $(npm bin)/set-up-ssh -k "$encrypted_7289798db853_key" \ - -iv "$encrypted_7289798db853_iv" \ - --path-encrypted-key ".travis/github_deploy_key.enc" \ - && $(npm bin)/commit-changes --branch "master" \ - --commands "npm run build" \ - --commit-message "Update content from the \`dist\` directory [skip ci]" - -env: - global: - - secure: "uZ0R71TG9AR+kbfM9rwa8PPNr3f9E0C4OuA0s6g0Gq15bBcpVxPvus0/eJdW+O2NSzZE1GbzS//hBiP+chK/8X4DyNIRutlGk5RYdnTTFEaZo9jp0BvlvprUYlGgpprR/531zQ9ahkc0STwVvzurGzlcF4NNMiISAJJ1IdQZABc=" - git: depth: 10 diff --git a/package.json b/package.json index 7e7688091e..d21354fae0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,5 @@ { "devDependencies": { - "@alrra/travis-scripts": "^3.0.1", "apache-server-configs": "^3.0.0", "archiver": "^3.0.0", "babel-core": "^6.26.3", @@ -26,8 +25,7 @@ "normalize.css": "8.0.0", "run-sequence": "^2.2.1", "ssri": "^6.0.1", - "strip-json-comments": "^2.0.1", - "travis-after-all": "^1.4.5" + "strip-json-comments": "^2.0.1" }, "engines": { "node": ">=6",