Skip to content

Commit 5879801

Browse files
authored
Merge pull request #19 from qchateau/fix-ci
update travis CI
2 parents 5b26d69 + 03cdc8f commit 5879801

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.travis.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: c++
2-
os: linux
3-
dist: trusty
2+
os: linux
3+
dist: focal
44
sudo: required
55

66
matrix:
@@ -15,14 +15,10 @@ matrix:
1515
env: RPCLIB_CXX_STANDARD=14 BUILD_TYPE=Release COVERAGE="OFF"
1616

1717
before_install:
18-
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
1918
- sudo apt-get update -qq
2019

2120
install:
22-
- sudo apt-get install -qq g++-5
23-
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-5 90
24-
- wget https://cmake.org/files/v3.9/cmake-3.9.2-Linux-x86_64.sh
25-
- sudo sh cmake-3.9.2-Linux-x86_64.sh -- --skip-license --prefix=/usr
21+
- sudo apt-get install -qq g++ cmake
2622

2723
script:
2824
- mkdir build ; cd build

0 commit comments

Comments
 (0)