Skip to content

Commit

Permalink
Try travis build with OS X 10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lordi committed Mar 17, 2018
1 parent f4d2d10 commit 8a79e58
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
language: python
matrix:
include:
- os: linux
python: 3.5
- os: linux
python: 3.6
- os: osx
sudo: required
language: generic
# This will build OS X 10.10 instead of default 10.12.
# We need this to get builds running on older OS X versions.
osx_image: xcode7.3
addons:
apt:
packages:
Expand All @@ -18,6 +17,7 @@ addons:
install: |
# Receive tags so that our versioning works correctly
git fetch --unshallow --tags
pyenv install --list
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
brew update;
brew install snappy;
Expand Down

0 comments on commit 8a79e58

Please sign in to comment.