Skip to content

Commit

Permalink
fix(CI): fix broken GitHub PR integration (awslabs#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulMaddox committed Mar 10, 2019
1 parent 4004767 commit d42d00a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ env:

install: true

# after_success:
# # Check for updated CloudFormation resources, and submit a PR
# - test "${TRAVIS_EVENT_TYPE}" = "cron" && ./generate/create-pull-request.sh
# # - ./generate/create-pull-request.sh

jobs:
include:
# Define a stage that will auto-generate CloudFormation resources from the official
Expand All @@ -25,7 +20,7 @@ jobs:

# Define the release stage that runs semantic-release
- stage: release
if: branch = master AND type = push
if: branch = master
language: node_js
node_js: lts/*
before_install: skip
Expand Down

0 comments on commit d42d00a

Please sign in to comment.