diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-08-24 15:02:18 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-08-24 15:02:20 +1000 |
commit | a795c751d9bd45b849f5760120114544b3ec3ab2 (patch) | |
tree | 1c2327e8ce23e44ef6f2b5b14344e120e6726475 /.travis.yml | |
parent | 904eb96136ce898867cf8a78b58c0e9db8c39be6 (diff) | |
download | skiboot-a795c751d9bd45b849f5760120114544b3ec3ab2.zip skiboot-a795c751d9bd45b849f5760120114544b3ec3ab2.tar.gz skiboot-a795c751d9bd45b849f5760120114544b3ec3ab2.tar.bz2 |
travis: Debian Stretch must pass
this means we don't run systemsim-p8 on debian stretch as:
"libcrypto.so.1.0.0: cannot open shared object file: No such file or directory"
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 24675f2..b9da424 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,6 @@ env: matrix: allow_failures: - env: RUN_ON_CONTAINER=fedora-rawhide - - env: RUN_ON_CONTAINER=debian-stretch - env: RUN_ON_CONTAINER=debian-unstable sudo: required |