We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c8e66 commit 2fb1fe6Copy full SHA for 2fb1fe6
1 file changed
.travis.yml
@@ -1,32 +1,26 @@
1
-dist: trusty
+dist: bionic
2
sudo: required
3
4
language: php
5
6
addons:
7
- apt:
8
- sources:
9
- - sourceline: 'ppa:ubuntu-toolchain-r/test'
10
- packages:
11
- - autoconf
12
- - build-essential
13
- - gcc-5
14
- - g++-5
15
- - valgrind
+ apt:
+ packages:
+ - autoconf
+ - build-essential
+ - valgrind
16
17
php:
18
- '7.1'
19
- '7.2'
20
- '7.3'
21
22
-before_install:
23
- - export CC=gcc-5
24
- - export CXX=g++-5
25
- - export NO_INTERACTION=1
+env:
+ - NO_INTERACTION=1
26
27
script:
28
- - phpize
29
- - ./configure --enable-bencode
30
- - make -j$(nproc)
31
- - chmod 600 ./.valgrindrc
32
- - make test TESTS="-m"
+ - phpize
+ - ./configure --enable-bencode
+ - make -j$(nproc)
+ - chmod 600 ./.valgrindrc
+ - make test TESTS="-m"
0 commit comments