Skip to content

Commit e4dd30a

Browse files
committed
run tests on bionic
1 parent 4458e91 commit e4dd30a

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

.travis.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,18 @@
1-
dist: trusty
1+
dist: bionic
22
sudo: required
33

44
language: c
55

6-
addons:
7-
apt:
8-
sources:
9-
- ubuntu-toolchain-r-test
10-
- llvm-toolchain-precise-3.8
11-
packages:
12-
- clang-3.8
13-
14-
install:
6+
before_install:
157
- sudo apt-get update -qq
16-
- sudo apt-get install libtommath-dev libgmp-dev valgrind
8+
- sudo apt-get install -y clang libtommath-dev libgmp-dev libtfm-dev valgrind
179

1810
before_script:
1911
- gem install coveralls-lcov
2012
- curl http://ftp.de.debian.org/debian/pool/main/l/lcov/lcov_1.11.orig.tar.gz | tar xz
2113
- export PATH=$PATH:`pwd`/lcov-1.11/bin
2214
- curl -s https://packagecloud.io/install/repositories/libtom/packages/script.deb.sh | sudo bash
23-
- sudo apt-get install libtfm-dev=0.13-5 libtommath-dev=1.0-5
15+
- sudo apt-get install libtfm1=0.13-5ubuntu1
2416

2517
matrix:
2618
fast_finish: true

0 commit comments

Comments
 (0)