Changeset - 5da1e6d9bb93
[Not reviewed]
0 1 0
Sergey Pashinin - 11 years ago 2014-08-26 15:13:53
sergey@pashinin.com
removed 2 builds
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
.travis.yml
Show inline comments
 
@@ -4,14 +4,12 @@ env:
 
  global:
 
    - CURL=curl -fsSkL --retry 9 --retry-delay 9
 
  matrix:
 
    - EMACS=emacs23           GUI=1
 
    - EMACS=emacs24           GUI=1
 
    - EMACS=emacs-snapshot    GUI=1
 
    - EMACS=emacs23           GUI=0
 
    - EMACS=emacs24           GUI=0
 
    - EMACS=emacs-snapshot    GUI=0
 
#matrix:
 
#  allow_failures:
 
#    - env: EMACS=emacs-snapshot
 
before_install:
 
  - sudo add-apt-repository -y ppa:cassou/emacs
0 comments (0 inline, 0 general)