diff --git a/.travis.yml b/.travis.yml index a04874d6c..1ab68ff82 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,8 +22,8 @@ script: - echo $GITHUB_TOKEN - git log --pretty=format:"%s %b" -2 -#- perl travis.pl -- if [ $TRAVIS_EVENT_TYPE == "pull_request" ]; then perl ./travis.pl; fi +- perl travis.pl +#- if [ $TRAVIS_EVENT_TYPE == "pull_request" ]; then perl ./travis.pl; fi