Skip to content

Commit

Permalink
Remove the check for "Signed-of-by" at PR
Browse files Browse the repository at this point in the history
  • Loading branch information
auchri committed Apr 16, 2017
1 parent f619afc commit e83dd20
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 59 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ addons:
- yasm

before_install:
- "export TRAVIS_COMMIT_MSG=\"$(git log --format=%B --no-merges -n 1)\""
- .travis/check.sh
- export CXX="g++-6" CC="gcc-6"
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 60 --slave /usr/bin/g++ g++ /usr/bin/g++-6
- sudo update-alternatives --config gcc
Expand Down
57 changes: 0 additions & 57 deletions .travis/check.sh

This file was deleted.

0 comments on commit e83dd20

Please sign in to comment.