Skip to content

Commit

Permalink
travis-ci: fix osx build, remove unneeded "apt" plugin (it is unused …
Browse files Browse the repository at this point in the history
…since CPack)
  • Loading branch information
chipitsine committed Oct 24, 2018
1 parent fe71635 commit aff8566
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,13 @@ matrix:
directories:
- ${HOME}/Library/Caches/Homebrew
before_install:
- brew update && brew upgrade
- brew update
script:
- ./configure
- make -C tmp
- otool -L build/vpnserver
- sudo make -C tmp install

addons:
apt:
packages: [ debhelper, devscripts, fakeroot, cmake3, dh-exec ]

cache:
directories:
- download-cache
Expand Down

0 comments on commit aff8566

Please sign in to comment.