Skip to content

Commit

Permalink
Fix Travis PR-detection for the change job
Browse files Browse the repository at this point in the history
  • Loading branch information
jskeet committed Oct 8, 2019
1 parent 9e52de2 commit 09ca35d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Expand Up @@ -11,11 +11,8 @@ jobs:
install: pip install flake8
script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
- name: "Change detection"
if: type = pull_request
script: ./detect-pr-changes.sh
# This job is *only* for PRs, not pushed branches.
branches:
only:
- no_branches_match_this
- name: "Cloud APIs A-L"
env: API_REGEX='Google\.Cloud\.[A-L].*'
- name: "Cloud APIs M-Z"
Expand Down

0 comments on commit 09ca35d

Please sign in to comment.