Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Commit

Permalink
travis: test x86 LTS #35
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdesaulniers committed Nov 13, 2018
1 parent 9e223ae commit 14dbedd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 14dbedd

Please sign in to comment.