aboutsummaryrefslogtreecommitdiff
path: root/.travis.sh
Commit message (Collapse)AuthorAgeFilesLines
* .travis.sh: increase the number of jobs to run in parallelChris Packham2017-06-161-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>
* Whitespace: We don't use tabs in shell or kconfig filesBryan Hundven2015-12-081-33/+33
| | | | | | | We indent by multiples of 4. This change cleans up whitespace in offending files. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* Manage travis-ci build in an external scriptJean-Marie Lemetayer2015-10-031-0/+45
This allows to: * override configuration * deal with travis-ci timing restrictions Signed-off-by: Jean-Marie Lemetayer <jeanmarie.lemetayer@gmail.com>