diff options
| author | Abin Simon <abinsimon10@gmail.com> | 2020-12-14 21:59:24 +0530 |
|---|---|---|
| committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-12-17 18:22:00 +0100 |
| commit | 73aa9808dd5a52e738f949f7c736b669ed4f0b62 (patch) | |
| tree | 446d2d86fec89321e9f9c6c3fced5afd26c5c922 | |
| parent | a3482b5657e89cac925dbafaf28f63b637550abe (diff) | |
Delete .travis.yml
| -rw-r--r-- | .travis.yml | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index ba8938b..0000000 --- a/.travis.yml +++ /dev/null @@ -1,32 +0,0 @@ -language: emacs-lisp -# Emacs fails to build using the latest Trusty image on Travis -# See https://github.com/travis-ci/travis-ci/issues/9073 -sudo: required -dist: trusty -group: deprecated-2017Q4 -# See https://github.com/flycheck/emacs-travis/issues/22 -# cache: -# - directories: -# - "$HOME/emacs/" -matrix: - fast_finish: true - allow_failures: - - env: EMACS_VERSION=snapshot -env: - - EMACS_VERSION=26.3 - - EMACS_VERSION=snapshot -before_install: - - export PATH="$HOME/bin:$PATH" - - wget 'https://raw.githubusercontent.com/flycheck/emacs-travis/master/emacs-travis.mk' - - make -f emacs-travis.mk install_emacs - - make -f emacs-travis.mk install_cask -install: - - cask install -script: - - make compile - - make lint - - make test -notifications: - email: - # Default is change, but that includes a new branch's 1st success. - on_success: never |
