Skip to content

Commit

Permalink
Merge pull request #59 from yookoala/travis-tweak
Browse files Browse the repository at this point in the history
travis: prevent duplicated trigger in pull request
  • Loading branch information
yookoala authored Jan 19, 2021
2 parents dd5c521 + 1b50d01 commit e5eda92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ env:
- TEST_PHPFPM_PATH=/usr/sbin/php-fpm7.4
- GO111MODULE=on

if:
(type = pull_request AND head_repo != repo) OR
(type = push)

before_script:
# for python3 tests
- python3 -m venv myvenv
Expand Down

0 comments on commit e5eda92

Please sign in to comment.