Skip to content

Commit

Permalink
Try a different approach to installing gnustep...
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Jul 7, 2018
1 parent c62e348 commit 3a4d56d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ matrix:
- os: linux
dist: xenial
sudo: required
addons:
apt:
packages:
- gnustep-devel
# Travis' Xenial servers are out of date...
# addons:
# apt:
# packages:
# - gnustep-devel
# Linux for flake8 only
- os: linux
dist: xenial
Expand All @@ -63,6 +64,8 @@ install:
brew update
brew outdated pyenv || brew upgrade pyenv
else
sudo apt-get -qq update
sudo apt-get -qq install gnustep-devel
pushd "$(pyenv root)"
git checkout master
git pull
Expand Down

0 comments on commit 3a4d56d

Please sign in to comment.