summaryrefslogtreecommitdiff
path: root/.travis.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-11-24Remove vestiges of Travis/WaffleAlexey Neyman1-45/+0
They are no longer used and cause more confusion among users than they add benefits. If/when @bhundven finishes the integration with GitLab, he'll add new scripts and status. Fixes #999. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-06-16.travis.sh: increase the number of jobs to run in parallelChris Packham1-1/+1
The travis-ci.org vms have 2 cores so lets oversubscribe them a little to speed things up. Signed-off-by: Chris Packham <judge.packham@gmail.com>
2015-12-08Whitespace: We don't use tabs in shell or kconfig filesBryan Hundven1-33/+33
We indent by multiples of 4. This change cleans up whitespace in offending files. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2015-10-03Manage travis-ci build in an external scriptJean-Marie Lemetayer1-0/+45
This allows to: * override configuration * deal with travis-ci timing restrictions Signed-off-by: Jean-Marie Lemetayer <jeanmarie.lemetayer@gmail.com>