Skip to content

Commit

Permalink
Merge pull request #19 from iquiw/travis-ci
Browse files Browse the repository at this point in the history
Specify options "-fsSL" for curl
  • Loading branch information
iquiw committed Jun 24, 2018
2 parents abcf56c + 0d630ac commit e1cd115
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,18 @@ language: generic
sudo: false

env:
global:
- CURL="curl -fsSL"
matrix:
- EMACS_VERSION=24.5
- EMACS_VERSION=25.3
- EMACS_VERSION=26.1

before_install:
- curl -LO https://github.com/npostavs/emacs-travis/releases/download/bins/emacs-bin-${EMACS_VERSION}.tar.gz
- $CURL -O https://github.com/npostavs/emacs-travis/releases/download/bins/emacs-bin-${EMACS_VERSION}.tar.gz
- tar -xaf emacs-bin-${EMACS_VERSION}.tar.gz -C /
- export EMACS=/tmp/emacs/bin/emacs
- curl -L https://raw.githubusercontent.com/cask/cask/master/go | python
- $CURL https://raw.githubusercontent.com/cask/cask/master/go | python
- export PATH=$HOME/.cask/bin:$PATH

install:
Expand Down

0 comments on commit e1cd115

Please sign in to comment.