Skip to content

Commit

Permalink
Drop EVM in favor of nix-emacs-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dajva committed Oct 18, 2019
1 parent cfc0e4c commit ad4e959
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions .travis.yml
@@ -1,26 +1,25 @@
language: rust
dist: trusty
language: nix
env:
- EMACS_CI=emacs-24-4
- EMACS_CI=emacs-24-5
- EMACS_CI=emacs-25-1
- EMACS_CI=emacs-25-3
- EMACS_CI=emacs-26-1
before_install:
# evm
- 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
# nix-emacs-ci
- bash <(curl https://raw.githubusercontent.com/purcell/nix-emacs-ci/master/travis-install)

# cask
- curl -fsSkL https://raw.github.com/dajva/cask/master/go | python
- curl -fsSkL https://raw.github.com/cask/cask/master/go | python
- export PATH=$HOME/.cask/bin:$PATH
- cask

# rust
- curl https://sh.rustup.rs -sSf | sh -s -- -y
- source $HOME/.cargo/env

# ripgrep
- cargo install ripgrep
- export PATH=$HOME/.cargo/bin:$PATH
env:
- EVM_EMACS=emacs-24.4-travis
- EVM_EMACS=emacs-24.5-travis
- EVM_EMACS=emacs-25.1-travis
- EVM_EMACS=emacs-25.3-travis
- EVM_EMACS=emacs-26.1-travis
install:
- make deps
script:
Expand Down

0 comments on commit ad4e959

Please sign in to comment.