branch: scratch/editorconfig-cc
commit 7b762043d61188e16defe0f4b6fc55d9b06ba647
Author: 10sr <8.slas...@gmail.com>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    Add commented allow_failure
---
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 0df2296aca..1e00e7f743 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,10 @@ env:
     - EMACS_VERSION=25.3
     - EMACS_VERSION=24.5
 
+# matrix:
+#   allow_failures:
+#     - env: EMACS_VERSION=26-pretest
+
 before_install:
   - git clone --depth=1 https://github.com/rejeep/evm.git ./.evm
   - ./.evm/bin/evm config path /tmp

Reply via email to