diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index bd4a1ef..0000000 --- a/.travis.yml +++ /dev/null @@ -1,37 +0,0 @@ -# Copied from package-lint/.travis.yml - -language: ruby - -before_install: - - git clone https://github.com/rejeep/evm.git $HOME/.evm - - export PATH=$HOME/.evm/bin:$PATH - - - evm config path /tmp - - evm install $EVM_EMACS --use --skip - - # Use cask to install development dependencies - - curl -fsSkL https://raw.github.com/cask/cask/master/go | python - - export PATH=$HOME/.cask/bin:$PATH - - cask - -env: - # - EVM_EMACS=emacs-24.1-travis EMACS_LINT_IGNORE=1 - # - EVM_EMACS=emacs-24.2-travis EMACS_LINT_IGNORE=1 - # - EVM_EMACS=emacs-24.3-travis - # - EVM_EMACS=emacs-24.4-travis - # - EVM_EMACS=emacs-24.5-travis - - EVM_EMACS=emacs-25.1-travis - - EVM_EMACS=emacs-25.2-travis - - EVM_EMACS=emacs-git-snapshot-travis - -matrix: - allow_failures: - - env: EVM_EMACS=emacs-git-snapshot-travis - -script: - cask exec test/run --debug - -# Local Variables: -# indent-tabs-mode: nil -# coding: utf-8 -# End: