summaryrefslogtreecommitdiff
path: root/.travis.sh
AgeCommit message (Collapse)AuthorFilesLines
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>