diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-02-10 18:19:40 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-02-10 18:19:40 +0100 |
commit | 5f7f72ce0fdc6cb87d2f9377ae6b48e248974aca (patch) | |
tree | 086d4ac4597a8eff353645fd4517f4a63bf5aa1f /travis.sh | |
parent | 323b19aff959444c27bec972761248b5194c42a6 (diff) | |
download | sonarqube-5f7f72ce0fdc6cb87d2f9377ae6b48e248974aca.tar.gz sonarqube-5f7f72ce0fdc6cb87d2f9377ae6b48e248974aca.zip |
Move plugins ITs to QA and enable perf tests
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 ;; *) |