Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Commit ce26ace

Browse files
committed
Upgrade brew's Python to avoid linking errors
1 parent 0776015 commit ce26ace

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@ matrix:
77
- docker pull netifi/proteus-java-build
88
script: gradle/buildLinux.sh
99
- os: osx
10-
osx_image: xcode9.2
10+
osx_image: xcode9.3
11+
language: generic
1112
before_install:
1213
- brew update
14+
- brew upgrade python
1315
- EDITOR="sed -i '' 's/system \".\/configure\",/system \".\/configure\", \"--disable-shared\",/g'" brew edit protobuf
1416
- brew install protobuf
1517
script: gradle/buildViaTravis.sh
18+
1619
before_cache:
1720
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
1821
notifications:

0 commit comments

Comments
 (0)