Merge pull request #1469 from facebook/travisTest

update travis test
This commit is contained in:
Yann Collet 2018-12-22 19:57:16 -08:00 committed by GitHub
commit 92a3e3e9ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -115,14 +115,18 @@ matrix:
script:
- make arminstall
- make armfuzz
- name: Trusty (AARCH64 + Fuzz Test)
- name: Xenial (AARCH64 + Fuzz Test)
dist: xenial
script:
- make arminstall
- make aarch64fuzz
- name: Trusty (PPC + Fuzz Test)
script:
- make ppcinstall
- make ppcfuzz
- name: Trusty (PPC64 + Fuzz Test)
script:
- make ppcinstall