Skip to content

Commit 1beebb7

Browse files
committed
.travis.yml is update
1 parent c690555 commit 1beebb7

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,13 @@ language: gcc
33
compiler: clang
44
dist: trusty
55

6-
addons:
7-
apt:
8-
packages:
9-
- clang
10-
- libpcre2-dev
11-
126
before_install:
137
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
8+
- sudo add-apt-repository -y ppa:sergey-dryabzhinsky/packages
149
- sudo apt-get update -qq
1510

1611
install:
17-
- sudo apt-get install -qq g++-8
12+
- sudo apt-get install -qq g++-8 libpcre2-dev
1813
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-8 90
1914
- g++ --version
2015
- export CXX=g++

0 commit comments

Comments
 (0)