mirror of
https://github.com/intel/isa-l.git
synced 2025-03-03 12:58:01 +01:00
test: Remove travis job that pulls nasm from debian
Travis-ci is having an issue with installing nasm from debian repo. Removing until they have it fixed. Change-Id: I3b67e2fde0b2a9c7bc44d5a9077bf9a23f1fde24 Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
This commit is contained in:
parent
cf9cf4b430
commit
f3c218ae62
17
.travis.yml
17
.travis.yml
@ -46,14 +46,15 @@ matrix:
|
|||||||
env: C_COMPILER=gcc-6
|
env: C_COMPILER=gcc-6
|
||||||
|
|
||||||
### linux with new nasm
|
### linux with new nasm
|
||||||
- dist: trusty
|
# Removed until travis issue fixed pulling from nasm from debian
|
||||||
addons:
|
#- dist: trusty
|
||||||
apt:
|
# addons:
|
||||||
sources:
|
# apt:
|
||||||
- debian-sid
|
# sources:
|
||||||
packages:
|
# - debian-sid
|
||||||
- nasm
|
# packages:
|
||||||
env: C_COMPILER=gcc AS_ASSEMBL=nasm
|
# - nasm
|
||||||
|
# env: C_COMPILER=gcc AS_ASSEMBL=nasm
|
||||||
|
|
||||||
### linux extended tests
|
### linux extended tests
|
||||||
- dist: trusty
|
- dist: trusty
|
||||||
|
Loading…
x
Reference in New Issue
Block a user