Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Merge pull request #102 from jetstack/revert-77-76-only-build-master-…
Browse files Browse the repository at this point in the history
…and-PRs

Automatic merge from submit-queue.

Revert "Only run Travis-CI tests for PRs and when master branch changes"

Reverts #77

It appears we're not always running the `/pr` test any more (see #101). I'm reverting this change as I've not had this problem before we added this section.

```release-note
NONE
```
  • Loading branch information
jetstack-bot committed Nov 7, 2017
2 parents d34a530 + ef925f4 commit 1428aa8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,3 @@ jobs:
mkdir -p ~/.docker && echo "${DOCKER_AUTH_CONFIG}" > ~/.docker/config.json && chmod 600 ~/.docker/config.json;
make docker_push IMAGE_TAGS="${TRAVIS_COMMIT} latest";
fi

# Only run tests when master branch changes or when a PR branch is updated.
branches:
only:
- master

0 comments on commit 1428aa8

Please sign in to comment.