diff options
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/travis.sh b/travis.sh index 257f11a9983..e7b31f32762 100755 --- a/travis.sh +++ b/travis.sh @@ -65,12 +65,8 @@ WEB) ;; IT) - if [ "$IT_CATEGORY" == "Plugins" ] && [ ! -n "${GITHUB_TOKEN:-}" ]; then - echo "This job is ignored as it needs to access a private GitHub repository" - else - start_xvfb - mvn install -Pit,dev -DskipTests -Dcategory=$IT_CATEGORY -Dmaven.test.redirectTestOutputToFile=false -B -V -e -Dsource.skip=true - fi + start_xvfb + mvn install -Pit,dev -DskipTests -Dcategory=$IT_CATEGORY -Dmaven.test.redirectTestOutputToFile=false -B -V -e -Dsource.skip=true ;; *) |