This is an automated email from the ASF dual-hosted git repository.
vongosling pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-cpp.git
The following commit(s) were added to refs/heads/master by this push:
new 6856f7e Update .travis.yml
6856f7e is described below
commit 6856f7e5e277f514d9692142d254032f3c06fd96
Author: von gosling <[email protected]>
AuthorDate: Mon Sep 27 15:29:57 2021 +0800
Update .travis.yml
---
.travis.yml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 237b2a4..3e8fd11 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,14 +1,15 @@
language: cpp
sudo: required
dist: trusty
+compiler: gcc
addons:
apt:
packages: lcov
install:
- - sudo apt-get update
- - sudo apt-get install -y git gcc-4.8 g++-4.8 autoconf cmake libtool wget
unzip libbz2-dev zlib1g-dev
+ #- sudo apt-get update
+ #- sudo apt-get install -y git gcc-4.8 g++-4.8 autoconf cmake libtool wget
unzip libbz2-dev zlib1g-dev
- echo 'MAVEN_OPTS="$MAVEN_OPTS -Xmx1024m -XX:MaxPermSize=512m
-XX:+BytecodeVerificationLocal"' >> ~/.mavenrc
- cat ~/.mavenrc
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then export
JAVA_HOME=$(/usr/libexec/java_home); fi