You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by an...@apache.org on 2022/02/16 08:16:16 UTC

[mynewt-nimble] 04/04: travis: Allow ports build to fail

This is an automated email from the ASF dual-hosted git repository.

andk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git

commit 32281f273908e75593e920d1e04e6954f9fe7732
Author: Andrzej Kaczmarek <an...@codecoup.pl>
AuthorDate: Tue Feb 15 16:41:06 2022 +0100

    travis: Allow ports build to fail
    
    This is temporary until issues with RIOT are resolved.
---
 .travis.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 185ca35..7567ce3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -35,6 +35,11 @@ git:
   depth: false
 
 matrix:
+  allow_failures:
+    - env:
+        - TEST=BUILD_PORTS
+        - VM_AMOUNT=1
+        - TARGET_SET=1
   include:
     # Style checking
     - os: linux