travis: Split sun8i in to two jobs
Split the 32bit and 64bit platforms into separate jobs, to avoid them
taking too long to build overall.
Cc: Jagan Teki <jagan@amarulasolutions.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/.travis.yml b/.travis.yml
index dfebb7f..e769fc6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -234,9 +234,12 @@
- name: "buildman sun7i"
env:
- BUILDMAN="sun7i"
- - name: "buildman sun8i"
+ - name: "buildman 64bit sun8i"
+ env:
+ - BUILDMAN="sun8i&aarch64"
+ - name: "buildman 32bit sun8i"
env:
- - BUILDMAN="sun8i"
+ - BUILDMAN="sun8i&armv7"
- name: "buildman sun9i"
env:
- BUILDMAN="sun9i"