Skip to content

Commit

Permalink
removing travis-after-all
Browse files Browse the repository at this point in the history
closes h5bp#2020
  • Loading branch information
roblarsen committed Oct 10, 2018
1 parent e1e7277 commit c7d1ce5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
17 changes: 0 additions & 17 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit c7d1ce5

Please sign in to comment.