[pkg-opensc-commit] [opensc] 134/295: travis: allow failed cross-builds

Eric Dorland eric at moszumanska.debian.org
Sat Jun 24 21:11:24 UTC 2017


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository opensc.

commit f6a5885348d82d882a6c398e87b1b43f6650cdfb
Author: Viktor Tarasov <viktor.tarasov at gmail.com>
Date:   Wed Nov 23 19:14:24 2016 +0100

    travis: allow failed cross-builds
    
    closes #911
---
 .travis.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index bbb88b4..7666af8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,6 +28,7 @@ env:
     - secure: "UkHn7wy4im8V1nebCWbAetnDSOLRUbOlF6++ovk/7Bnso1/lnhXHelyzgRxfD/oI68wm9nnRV+RQEZ9+72Ug1CyvHxyyxxkwal/tPeHH4B/L+aGdPi0id+5OZSKIm77VP3m5s102sJMJgH7DFd03+nUd0K26p0tk8ad4j1geV4c="
 
 matrix:
+  fast_finish: true
   include:
     - compiler: clang
       os: osx
@@ -43,6 +44,11 @@ matrix:
       env: HOST=x86_64-w64-mingw32
     - os: linux
       env: HOST=i686-w64-mingw32
+  allow_failures:
+    - os: linux
+      env: HOST=x86_64-w64-mingw32
+    - os: linux
+      env: HOST=i686-w64-mingw32
 
 before_script:
   - ./bootstrap

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/opensc.git



More information about the pkg-opensc-commit mailing list