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 79bcc98
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,24 @@ 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
if: type = cron
#- 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
1 change: 1 addition & 0 deletions patches/4.19/x86_64

0 comments on commit 79bcc98

Please sign in to comment.