Skip to content

Commit

Permalink
Remove commit message check
Browse files Browse the repository at this point in the history
This is forcing everything to be merged and doesn't enforce anything
about issue tracking.
  • Loading branch information
jamesmudd committed Sep 8, 2017
1 parent fc8e142 commit 9225390
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,8 @@ branches:
jdk:
- oraclejdk8

# Check they had a ticket with this change
before_install:
- chmod +x ./org.eclipse.richbeans.releng/build/commit-msg.sh
- bash ./org.eclipse.richbeans.releng/build/commit-msg.sh

# Stat xvfb, this allows SWTBot to execute in tests.
# Start XVFB, this allows SWTBot to execute in tests.
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3 # give xvfb some time to start as per the travis docs
Expand Down
23 changes: 0 additions & 23 deletions org.eclipse.richbeans.releng/build/commit-msg.sh

This file was deleted.

0 comments on commit 9225390

Please sign in to comment.