Skip to content

Commit

Permalink
Remove deploy section
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Feb 7, 2020
1 parent a6f177f commit 0ffdd63
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,22 @@
os:
- linux
language: shell
addons:
apt:
packages:
- libxml2-utils
- ant
branches:
only:
- master
- production
script:
- sudo apt-get install -y libxml2-utils
- bash check-saml-metadata/check_saml_metadata.sh metadata/
env:
global:
- ENCRYPTION_LABEL: f641f006de37
script:
- bash check-saml-metadata/check_saml_metadata.sh metadata/
after_success:
- sudo apt-get install -y ant
- bash CI-assets/deploy.sh
deploy:
token:
secure: "$GITHUB_TOKEN"
file: "gh-pages/aggregated_feed_master.xml"
on:
tags: true
overwrite: true
provider: releases
cleanup: false
notifications:
email:
on_success: change
Expand Down

0 comments on commit 0ffdd63

Please sign in to comment.