Fix Disabling of IT category "plugins" on pull requests

This commit is contained in:
Simon Brandhof 2015-09-29 11:46:24 +02:00
джерело 8d61942d05
коміт 634c7df11f

@ -60,7 +60,7 @@ PRANALYSIS)
;;
ITS)
if [ "$IT_CATEGORY" == "plugins" ] && [ "$TRAVIS_PULL_REQUEST" == "true" ]; then
if [ "$IT_CATEGORY" == "plugins" ] && [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
echo "Ignore this job since it needs access to private test licenses."
else
installTravisTools