aboutsummaryrefslogtreecommitdiffstats
path: root/travis.sh
Commit message (Collapse)AuthorAgeFilesLines
* Remove usage of ramdisk in travisJulien Lancelot2017-07-131-2/+0
|
* Drop support of PhantomJS in integration testsSimon Brandhof2017-06-171-17/+1
|
* Use Trusty image on TravisCITom2017-05-261-13/+11
| | | | | | | | | - environment is more stable through time (no variations of build durations) - benefit from 8Gb ramdisk - enable parallel Maven build thanks to new CPUs
* Fix JDK link download in travis buildJulien Lancelot2017-05-231-8/+7
|
* Cancel the Travis build of a branch when a pull request existsTom2017-05-041-1/+6
| | | | | | It allows to not use slaves for nothing by executing twice (more or less) the same job. Building the pull request is enough in most cases.
* run eslint, flow and jest tests on travis (#1779)Stas Vilchik2017-03-131-1/+1
|
* Automatic merge from branch-6.3ssjenka2017-03-061-1/+1
|\ | | | | | | | | * origin/branch-6.3: Fix PROJECT_VERSION on Travis for SNAPSHOT versions
| * Fix PROJECT_VERSION on Travis for SNAPSHOT versionsSimon Brandhof2017-03-061-1/+1
| |
* | Merge remote-tracking branch 'origin/branch-6.3'Simon Brandhof2017-03-061-11/+29
|\|
| * Fix build version of RC to not have "x.y-RCz.0.<build>"Simon Brandhof2017-03-031-6/+6
| | | | | | | | The correct format is "x.y.0.<build>"
| * No need to change project version on Travis when not SNAPSHOTSimon Brandhof2017-03-031-2/+1
| |
| * Support release versions on 2 or 3 fieldsSimon Brandhof2017-03-031-10/+29
| |
* | Merge remote-tracking branch 'origin/branch-6.3'Simon Brandhof2017-02-231-13/+9
|\|
| * Always public artifacts with full build version6.3.0.18800Simon Brandhof2017-02-221-13/+8
| |
| * Fix deployment of RCsSimon Brandhof2017-02-221-1/+1
| | | | | | | | | | Technical version of RC must not be replaced by the build version on 4 fields.
* | Fix install of maven 3.3.9 on TravisSimon Brandhof2017-02-211-2/+0
| |
* | Upgrade JDK and Maven on TravisSimon Brandhof2017-02-211-7/+28
|/ | | | | * JDK 1.8.0_121 * Maven 3.3.9
* Add logs when Travis downloads phantomjs and JDK8Simon Brandhof2017-02-211-0/+2
|
* Ability to release versions without build number in artifact filenamesSimon Brandhof2017-02-211-28/+82
|
* Enable Maven profile "release" on master6.3.0.184016.3-RC1Simon Brandhof2017-02-141-1/+1
|
* make travis build fail when web job failsStas Vilchik2017-01-161-2/+2
|
* BUILD: display the date every minute in travis buildsTom2017-01-121-0/+5
|
* SONAR-8458 add build number when building on TravisDavid Rautureau2017-01-111-9/+6
|
* run jest tests sequentiallyStas Vilchik2016-12-141-3/+3
|
* use yarn (#1453)Stas Vilchik2016-12-121-2/+3
|
* use nodejs 6.x (#1451)Stas Vilchik2016-12-121-1/+1
|
* SONAR-8420 Automated releaseDavid Rautureau2016-11-281-1/+3
| | | | | | | | | | | | | * add artifactsToPublish to bintray * export PROJECT_VERSION in env to be recorded in buildinfo * Remove distributionManagement (deploy is done by the artifactory-maven-plugin) * Enable release profile on Travis for maintenance branches * Remove checksums calculation of the distribution (done by the release process) * Remove javadoc profile (we only publish the javadoc of the plugin API)
* Revert "Build with 2 threads on Travis"Simon Brandhof2016-09-041-1/+1
| | | | | | This reverts commit 5a5487873ccb2e77c1e0157a11fa47024b234c0f. Artifactory plugin does not support concurrent build of modules.
* Build with 2 threads on TravisSimon Brandhof2016-09-031-1/+1
|
* update PR analysis modeG. Ann Campbell2016-08-301-1/+1
| | | https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/sonarqube/zLhxT7PygVI/eq2G9U0KAgAJ
* BUILD-155 Download PhantomJS from Repox (#1155)David Rautureau2016-08-221-1/+1
|
* [script] fix duplicate set_maven_build_versionSébastien Lesaint2016-08-191-4/+0
|
* Enable Surefire XML reports for Surefire sensorDuarte Meneses2016-08-171-1/+1
|
* Re-enable analysis on TravisSimon Brandhof2016-07-251-2/+1
| | | | JS plugin has been fixed
* Ability to use selenide and phantomjs in ITsSimon Brandhof2016-07-241-1/+25
| | | | | | * selenide should replace Selenese HTML tests * phantomjs should replace Firefox in environments that require XVFB
* Temporarily disable analysis as JS analyser failsSimon Brandhof2016-07-241-1/+2
|
* Improve surefire configuration for TravisSimon Brandhof2016-07-241-12/+9
| | | | by disabling writing of reports on disk
* Do not deploy sources on feature branchesSimon Brandhof2016-07-241-1/+3
|
* Fix build of feature branches on TravisSimon Brandhof2016-07-211-16/+5
|
* Fix blame info when analysing SonarQubeSimon Brandhof2016-07-201-0/+7
|
* Execute only Lite ITs on TravisSimon Brandhof2016-07-201-33/+24
|
* upgrade travis-utils to v31 (#1088)Stas Vilchik2016-07-081-2/+1
|
* Cache JDK8 installer on TravisSimon Brandhof2016-06-211-1/+2
|
* Disable Clirr checkSimon Brandhof2016-06-161-1/+0
| | | | As it's incompatible with Java 8
* use repox as npm registry on travisStas Vilchik2016-06-091-3/+4
|
* reverse deploy exclusion cause they fails QA5.6-RC2Tom2016-05-271-11/+6
|
* re-enable tests on releaseTom2016-05-271-1/+0
|
* handle release distribution from travisTom2016-05-271-4/+12
|
* handle release version in travis.shTom2016-05-201-3/+11
|
* QA: enable deploy on branch-*Tom2016-04-121-0/+11
|