File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
- dist : xenial
1
+ dist : trusty
2
2
sudo : required
3
3
language : java
4
4
jdk :
5
+ - openjdk7
5
6
- oraclejdk8
6
7
before_install :
7
8
- wget -O stunnel.tar.gz ftp://ftp.stunnel.org/stunnel/archive/5.x/stunnel-5.29.tar.gz
Original file line number Diff line number Diff line change @@ -340,8 +340,12 @@ release:
340
340
make stop
341
341
342
342
travis-install :
343
- g++ --version
344
- sudo apt-get install -y build-essential
343
+ sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
344
+ sudo apt-get -y update
345
+ sudo apt-get install -y gcc-8 g++-8
346
+ cd /usr/bin ; \
347
+ sudo ln -sf gcc-8 gcc ; \
348
+ sudo ln -sf g++-8 g++
345
349
[ ! -e redis-git ] && git clone https://github.com/antirez/redis.git --branch unstable --single-branch redis-git || true
346
350
$(MAKE ) -C redis-git clean
347
351
$(MAKE ) -C redis-git
You can’t perform that action at this time.
0 commit comments