Skip to content

Commit 3aaf7bd

Browse files
committed
Doing work
1 parent 5ab594a commit 3aaf7bd

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.travis.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ matrix:
1010
- pushd protobuf-3.6.0 && ./configure --disable-shared && make && sudo make install
1111
&& popd
1212
script: ./buildtravis.sh
13-
- os: osx
14-
osx_image: xcode9.4
15-
language: generic
16-
env:
17-
- HOMEBREW_TEMP="/tmp"
18-
- LDFLAGS="/usr/local/lib/libprotobuf.a /usr/local/lib/libprotoc.a"
19-
before_install:
20-
- brew update
21-
- EDITOR="sed -i '' 's/system \".\/configure\",/system \".\/configure\", \"--disable-shared\",/g'"
22-
brew edit protobuf
23-
- brew install protobuf
24-
script: ./buildtravis.sh
13+
# - os: osx
14+
# osx_image: xcode9.4
15+
# language: generic
16+
# env:
17+
# - HOMEBREW_TEMP="/tmp"
18+
# - LDFLAGS="/usr/local/lib/libprotobuf.a /usr/local/lib/libprotoc.a"
19+
# before_install:
20+
# - brew update
21+
# - EDITOR="sed -i '' 's/system \".\/configure\",/system \".\/configure\", \"--disable-shared\",/g'"
22+
# brew edit protobuf
23+
# - brew install protobuf
24+
# script: ./buildtravis.sh
2525
before_cache:
2626
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
2727
notifications:

0 commit comments

Comments
 (0)