Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

fix(CI): fix broken GitHub PR integration (maybe) #185

Merged
merged 1 commit into from
Mar 10, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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