Changeset - c3c7739a627c
[Not reviewed]
0 1 0
Sergey Pashinin - 11 years ago 2014-08-28 00:55:43
sergey@pashinin.com
skip no gui test
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
.travis.yml
Show inline comments
 
@@ -4,13 +4,13 @@ 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=emacs-snapshot    GUI=0
 
#    - EMACS=emacs-snapshot    GUI=0
 
#matrix:
 
#  allow_failures:
 
#    - env: EMACS=emacs-snapshot
 
before_install:
 
  - sudo add-apt-repository -y ppa:cassou/emacs
 
  - sudo apt-get update -qq
0 comments (0 inline, 0 general)