summaryrefslogtreecommitdiffstats
path: root/travis/travis-build-full.sh
Commit message (Collapse)AuthorAgeFilesLines
* Update to reflect changes in docker-image-dev.Geir Storli2018-11-131-1/+2
|
* Increase stack size to fix unstable test in bundle-pluginBjørn Christian Seime2018-10-291-1/+1
| | | ExportPackageParserTest.require_that_long_string_literals_do_not_cause_stack_overflow_error() fails on Travis-CI for Vespa 7 build
* Print maven (and java) version.gjoranv2018-08-311-1/+1
|
* use-devtoolset-7Henning Baldersheim2017-12-121-1/+1
|
* Increase number of threadsBjørn Christian Seime2017-11-141-1/+1
| | | | Increase the number of threads to match the new premium VMs with 4 cores
* Set heap size for JVMBjørn Christian Seime2017-11-021-0/+1
|
* Tune malloc to reduce chance of OoMBjørn Christian Seime2017-11-011-0/+1
| | | Relates to #3651
* Do full build for both master branch and PRsBjørn Christian Seime2017-10-191-2/+7
|
* Improve Travis buildsBjørn Christian Seime2017-10-161-0/+15
Test install step as separate job for PRs. Use single job for complete build for master branch.