From bd3a85cf600e36bdd52892a1df41e743e4c821d0 Mon Sep 17 00:00:00 2001 From: Nick Desaulniers Date: Sun, 11 Nov 2018 17:14:57 -0800 Subject: [PATCH] travis: test x86 LTS #35 --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index e9295c3..e422cfb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,15 +35,23 @@ matrix: #- name: "ARCH=arm64 REPO=4.19" #env: ARCH=arm64 REPO=4.19 #if: type = cron + - name: "ARCH=x86_64 REPO=4.19" + env: ARCH=x86_64 REPO=4.19 - name: "ARCH=arm64 REPO=4.14" env: ARCH=arm64 REPO=4.14 if: type = cron + - name: "ARCH=x86_64 REPO=4.14" + env: ARCH=x86_64 REPO=4.14 #- name: "ARCH=arm64 REPO=4.9" #env: ARCH=arm64 REPO=4.9 #if: type = cron + - name: "ARCH=x86_64 REPO=4.9" + env: ARCH=x86_64 REPO=4.9 #- name: "ARCH=arm64 REPO=4.4" #env: ARCH=arm64 REPO=4.4 #if: type = cron + - name: "ARCH=x86_64 REPO=4.4" + env: ARCH=x86_64 REPO=4.4 compiler: gcc os: linux dist: trusty