Skip to content

Commit

Permalink
Fix travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
neojski committed Jun 24, 2017
1 parent 942b1df commit 19552ad
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
language: emacs-lisp
sudo: required
before_install:
- curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh
- evm install $EVM_EMACS --use --skip
- cask
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh
env:
- 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-git-snapshot-travis
# For ocaml instructions please see: https://github.com/ocaml/ocaml-ci-scripts/blob/master/README-travis.md (c15c61b50f26216feadb1800a1e2ec5a149a0d15)
- OCAML_VERSION=4.04 EVM_EMACS=emacs-24.3-travis
- OCAML_VERSION=4.04 EVM_EMACS=emacs-24.4-travis
- OCAML_VERSION=4.04 EVM_EMACS=emacs-24.5-travis
- OCAML_VERSION=4.04 EVM_EMACS=emacs-25.1-travis
- OCAML_VERSION=4.04 EVM_EMACS=emacs-git-snapshot-travis
script:
./run-travis-ci.sh
# This is going to fail because it tries to install local package but we're installing opam just to install merlin. If something is wrong merlin installation will fail so this is not hiding errors
- bash -ex .travis-opam.sh || true
- opam install merlin.2.5.5 -y
- ./run-travis-ci.sh

matrix:
allow_failures:
Expand Down

0 comments on commit 19552ad

Please sign in to comment.