branch: externals/phps-mode
commit a48386a36848bcacc4dfb688d5e9dec467a17444
Author: Christian Johansson <christ...@cvj.se>
Commit: Christian Johansson <christ...@cvj.se>

    Do not allow failures on emacs snapshot
---
 .travis.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 5219e9d..67c46ba 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,10 +11,6 @@ env:
   - EVM_EMACS=emacs-26.1-travis
   - EVM_EMACS=emacs-git-snapshot-travis
 
-matrix:
-  allow_failures:
-    - env: EVM_EMACS=emacs-git-snapshot-travis
-
 script:
   - emacs -Q --batch --eval '(message (emacs-version))'
   - make tests

Reply via email to