Skip to content

Commit 9f7f246

Browse files
committed
update travis setup
1 parent a2be4f9 commit 9f7f246

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

.travis.yml

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
1-
language: erlang
1+
language: elixir
2+
elixir: 1.0.5
23
otp_release:
3-
- 17.1
4+
- 18.0
5+
cache: apt
46
env:
5-
- EMACS=emacs24 EMACS_REPO=cassou/emacs TEST_RUN="rake test"
6-
- EMACS=emacs-snapshot EMACS_REPO=ubuntu-elisp/ppa TEST_RUN="rake test-no-gui"
7+
- EVM_EMACS=emacs-24.3-bin
8+
- EVM_EMACS=emacs-24.4-bin
9+
- EVM_EMACS=emacs-24.5-bin
710
before_install:
8-
- sudo add-apt-repository -y ppa:$EMACS_REPO
9-
- sudo apt-get update
10-
- sudo apt-get -y install $EMACS
11-
- cd /tmp
12-
- wget https://github.com/elixir-lang/elixir/releases/download/v1.0.0/Precompiled.zip
13-
- unzip Precompiled.zip
14-
- export PATH="$PWD/bin:$PATH"
15-
- cd -
16-
- curl -fsSkL https://raw.github.com/cask/cask/master/go | python
17-
- export PATH="/home/travis/.cask/bin:$PATH"
11+
- curl -fsSkL https://gist.githubusercontent.com/tonini/09a8bec7a0b2c219e0d7/raw > travis.sh && source ./travis.sh
12+
- evm install $EVM_EMACS --use --skip
13+
- cask
14+
install:
15+
- cask install
1816
script:
19-
- $TEST_RUN
17+
- rake test

0 commit comments

Comments
 (0)