Updated travis to bionic

This commit is contained in:
2020-03-06 21:06:13 +01:00
parent 226b2c0ca7
commit 548d0f087a
3 changed files with 5 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
language: cpp
os: linux
sudo: false
dist: trusty
dist: bionic
compiler:
- gcc
- clang

View File

@@ -1 +1,2 @@
# SprintPlanningTool
# SprintPlanningTool
[![Build Status](https://travis-ci.com/0xFEEDC0DE64/SprintPlanningTool.svg?branch=master)](https://travis-ci.com/0xFEEDC0DE64/SprintPlanningTool)

View File

@@ -20,4 +20,5 @@ HEADERS += \
stripsgrid.h \
stripwidget.h
OTHER_FILES += .travis.yml
OTHER_FILES += README.md \
.travis.yml