aboutsummaryrefslogtreecommitdiff
path: root/.travis.sh
Commit message (Collapse)AuthorAgeFilesLines
* Remove vestiges of Travis/WaffleAlexey Neyman2018-11-231-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>
* .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>