Skip to content

Commit

Permalink
Merge pull request #191 from juergenhoetzel/mitigate-travis-network-i…
Browse files Browse the repository at this point in the history
…ssues

Mitigate travis network timeout issues
  • Loading branch information
juergenhoetzel authored Feb 9, 2019
2 parents 30b53fb + 90fe0ce commit b0fa4f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ before_install:
# Add mono repo
- sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
- echo "deb http://download.mono-project.com/repo/ubuntu stable-trusty main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
- sudo apt-get -qq update
- sudo apt-get install -y mono-devel
- travis_retry sudo apt-get -qq update
- travis_retry sudo apt-get install -y mono-devel
# Configure $PATH: Executables are installed to $HOME/bin
- export PATH="$HOME/bin:$PATH"
# Download the makefile to emacs-travis.mk
- wget 'https://raw.githubusercontent.com/flycheck/emacs-travis/master/emacs-travis.mk'
# Install Emacs (according to $EMACS_VERSION) and Cask
- make -f emacs-travis.mk install_emacs
- make -f emacs-travis.mk install_cask
- sudo apt-get install -y fsharp mono-xbuild
- travis_retry sudo apt-get install -y fsharp mono-xbuild

script:
- make test-all

0 comments on commit b0fa4f2

Please sign in to comment.