Skip to content

Commit 9f410d9

Browse files
cifsd-tools: switch to a newer ubuntu release
Signed-off-by: Sergey Senozhatsky <[email protected]>
1 parent bbc3f47 commit 9f410d9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
dist: bionic
12

23
language: c
34

@@ -6,15 +7,9 @@ notifications:
67

78
before_install:
89
- sudo apt-get install libnl-3-dev libnl-genl-3-dev
9-
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
10-
- sudo apt-get update
11-
- sudo apt-get install gcc-7 g++-7 -y
12-
- sudo unlink /usr/bin/gcc && sudo ln -s /usr/bin/gcc-7 /usr/bin/gcc
13-
- sudo unlink /usr/bin/g++ && sudo ln -s /usr/bin/g++-7 /usr/bin/g++
1410
- gcc --version
1511
- g++ --version
1612

17-
1813
script:
1914
# Compilation
2015
- ./autogen.sh

0 commit comments

Comments
 (0)