Browse Source

chore(travis): verify commit message format for everything pushed

Now not only PRs – should help with not pushing to master things that
break PRs.
pull/3312/head
Zetok Zalbavar 10 years ago
parent
commit
77de327b1a
No known key found for this signature in database
GPG Key ID: C953D3880212068A
  1. 2
      .travis.yml

2
.travis.yml

@ -8,7 +8,7 @@ os: @@ -8,7 +8,7 @@ os:
- osx
script:
- if [[ "$TRAVIS_PULL_REQUEST" != "false" ]] && [[ "$TRAVIS_OS_NAME" == "linux" ]]; then bash ./verify-commit-messages.sh "$TRAVIS_COMMIT_RANGE" ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then bash ./verify-commit-messages.sh "$TRAVIS_COMMIT_RANGE" ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then bash ./.travis/build-ubuntu_14_04.sh; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then bash ./osx/qTox-Mac-Deployer-ULTIMATE.sh -i ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then bash ./osx/qTox-Mac-Deployer-ULTIMATE.sh -b ; fi

Loading…
Cancel
Save