Skip to content

Commit 1371f48

Browse files
committed
Travis: Switch to bionic
Signed-off-by: Michal Čihař <michal@cihar.com>
1 parent 9748cfd commit 1371f48

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
dist: bionic
12
language: python
23
python:
34
- "2.7"
@@ -18,8 +19,6 @@ after_script:
1819
- coveralls
1920
- ocular --data-file ".coverage" --config-file ".coveragerc"
2021
- codecov
21-
# use docker based faster build
22-
sudo: false
2322
# install build dependencies and enable Coverity scan
2423
addons:
2524
coverity_scan:
@@ -30,8 +29,6 @@ addons:
3029
build_command: ./setup.py build
3130
branch_pattern: coverity_scan
3231
apt:
33-
sources:
34-
- gammu
3532
packages:
3633
- libgammu-dev
3734
- libdbd-sqlite3

0 commit comments

Comments
 (0)