File: .travis.yml

package info (click to toggle)
eshell-up 0.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 140 kB
  • sloc: lisp: 102; makefile: 7
file content (13 lines) | stat: -rw-r--r-- 309 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: emacs-lisp
env:
  matrix:
    - EMACS=emacs-snapshot

before_install:
  - sudo add-apt-repository -y ppa:ubuntu-elisp
  - sudo apt-get update -qq
  - sudo apt-get install -qq $EMACS

script:
  - $EMACS --version
  - $EMACS -Q --batch -L . -l ert -l eshell-up-tests.el -f ert-run-tests-batch-and-exit