[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master f275ee6 04/38: Fix Travis CI Build config
From: |
Dmitry Gutov |
Subject: |
[elpa] master f275ee6 04/38: Fix Travis CI Build config |
Date: |
Sat, 25 Jul 2020 19:51:11 -0400 (EDT) |
branch: master
commit f275ee6c4f33ef79f77286b5aba031b38c087d6f
Author: Masahiro Nakamura <13937915+tsuu32@users.noreply.github.com>
Commit: GitHub <noreply@github.com>
Fix Travis CI Build config
---
.travis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 03933bf..18e928d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,5 @@
language: generic
-sudo: false
-
env:
global:
- CURL="curl -fsSkL --retry 9 --retry-delay 9"
@@ -10,6 +8,8 @@ env:
- EMACS_VERSION=25.3
- EMACS_VERSION=26.1
- EMACS_VERSION=master
+
+matrix:
allow_failures:
- env: EMACS_VERSION=master
- [elpa] master updated (e58daf7 -> 6a39f31), Dmitry Gutov, 2020/07/25
- [elpa] master ec1a742 01/38: Stop overriding post-completion, Dmitry Gutov, 2020/07/25
- [elpa] master d40bcfc 06/38: add the docbuffer on company-yasnippet, Dmitry Gutov, 2020/07/25
- [elpa] master cdd2c00 10/38: use eq instead of string-equal, Dmitry Gutov, 2020/07/25
- [elpa] master 4af1ea2 12/38: company-yasnippet: Make annotation more customizable, Dmitry Gutov, 2020/07/25
- [elpa] master d091704 13/38: Update copyright years, Dmitry Gutov, 2020/07/25
- [elpa] master fdbdff3 15/38: catch yas-expand-snippet error, Dmitry Gutov, 2020/07/25
- [elpa] master 265eb38 16/38: Merge pull request #967 from taigacute/master, Dmitry Gutov, 2020/07/25
- [elpa] master e3d7d60 02/38: company-bbdb: Support more headers like From:, Dmitry Gutov, 2020/07/25
- [elpa] master 94e22c4 03/38: Merge pull request #958 from OGAWAHirofumi/company-bbdb-add-more-header, Dmitry Gutov, 2020/07/25
- [elpa] master f275ee6 04/38: Fix Travis CI Build config,
Dmitry Gutov <=
- [elpa] master 872b14c 05/38: add the docbuffer on company-yasnippet, Dmitry Gutov, 2020/07/25
- [elpa] master 32e535d 07/38: add syntax highlight, Dmitry Gutov, 2020/07/25
- [elpa] master e585f63 08/38: Merge pull request #963 from tsuu32/fix/travis-ci, Dmitry Gutov, 2020/07/25
- [elpa] master 3262c18 09/38: use symbol-value to get major-mode value, Dmitry Gutov, 2020/07/25
- [elpa] master 033358c 11/38: Merge pull request #965 from taigacute/master, Dmitry Gutov, 2020/07/25
- [elpa] master 04d3766 14/38: config the company-yasnippet-doc buffer-file-name, Dmitry Gutov, 2020/07/25
- [elpa] master e25c459 18/38: let-bind buffer-file-name instead of setting it, Dmitry Gutov, 2020/07/25
- [elpa] master d38d64b 20/38: Keyworks complete for c++-mode and c-mode, Dmitry Gutov, 2020/07/25
- [elpa] master b9b0577 22/38: Make company-auto-complete condition more reliable, Dmitry Gutov, 2020/07/25
- [elpa] master 56a846c 25/38: Add a NEWS entry, Dmitry Gutov, 2020/07/25