[go: up one dir, main page]

File: .travis.yml

package info (click to toggle)
flx 0.6.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 432 kB
  • sloc: lisp: 4,848; makefile: 31
file content (23 lines) | stat: -rw-r--r-- 718 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
language: emacs-lisp
before_install:
  - if [ "$EMACS" = 'emacs-snapshot' ]; then
      sudo add-apt-repository -y ppa:cassou/emacs &&
      sudo apt-get update -qq &&
      sudo apt-get install -qq
          emacs-snapshot-el emacs-snapshot-gtk emacs-snapshot;
    fi
  - if [ "$EMACS" = 'emacs24' ]; then
      sudo add-apt-repository -y ppa:cassou/emacs &&
      sudo apt-get update -qq &&
      sudo apt-get install -qq
          emacs24 emacs24-el emacs24-common-non-dfsg;
    fi
  - curl -fsSL https://raw.githubusercontent.com/cask/cask/master/go | python
  - pwd
  - ~/.cask/bin/cask

env:
  - EMACS=emacs24 TAGS="--tags ~@requires-e24-3"
  - EMACS=emacs-snapshot TAGS=""
script:
  make travis-ci EMACS=$EMACS