Skip to content

Commit

Permalink
An attempt to make Travis linux builds work
Browse files Browse the repository at this point in the history
  • Loading branch information
PerezHz committed Oct 25, 2020
1 parent f513dbe commit 82c5b04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ addons:
apt:
packages:
- telnet
- openvpn
update: true
homebrew:
packages:
- telnet
update: true

before_install:
- if [ $TRAVIS_OS_NAME = linux ]; then sudo openvpn path/to/conf.ovpn &>>openvpn-client.log &; fi
- if [ $TRAVIS_OS_NAME = windows ]; then choco install telnet -y; fi

## uncomment the following lines to allow failures on nightly julia
Expand Down

0 comments on commit 82c5b04

Please sign in to comment.