Skip to content

Commit e9deded

Browse files
authored
Update .travis.yml (#413)
* Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml
1 parent 7d44b0a commit e9deded

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ env:
66
- EVM_EMACS=24.5 TEST_RUN="rake test-no-gui"
77
- EVM_EMACS=25.1 TEST_RUN="rake test"
88
- EVM_EMACS=25.2 TEST_RUN="rake test"
9-
- EVM_EMACS=git-snapshot TEST_RUN="rake test"
9+
# - EVM_EMACS=git-snapshot TEST_RUN="rake test"
1010
matrix:
1111
include:
1212
- elixir: 1.0.5
1313
otp_release: 17.4
1414
- elixir: 1.4.3
15-
otp_release: 18.0
15+
otp_release: 19.0
1616
- elixir: 1.6.0
17-
otp_release: 20.1
17+
otp_release: 20.1
1818
before_install:
19-
- curl -fsSkL https://gist.githubusercontent.com/tonini/09a8bec7a0b2c219e0d7/raw > travis.sh && source ./travis.sh
19+
- curl -fsSkL https://gist.githubusercontent.com/Trevoke/90409590f43abfd0d7fe3b02b5249849/raw > travis.sh && source ./travis.sh
2020
- evm install emacs-$EVM_EMACS-travis --use --skip
2121
- cask
2222
install:

0 commit comments

Comments
 (0)