aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2020-02-28 00:29:18 +0100
committercbdev <cb@cbcdn.com>2020-02-28 00:29:18 +0100
commitf67459da93dcda4b78de3fe1cf97500d579abdf3 (patch)
tree2aa65c2d7e4f3eed735f33f9e55ae6e28d6719d7 /.travis.yml
parente1fcd4d11cfdbad54470b2cce98d8b749464ec00 (diff)
downloadmidimonster-f67459da93dcda4b78de3fe1cf97500d579abdf3.tar.gz
midimonster-f67459da93dcda4b78de3fe1cf97500d579abdf3.tar.bz2
midimonster-f67459da93dcda4b78de3fe1cf97500d579abdf3.zip
Document commandline parameters in manpage (Fixes #48), update CI to Ubuntu bionic
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml39
1 files changed, 13 insertions, 26 deletions
diff --git a/.travis.yml b/.travis.yml
index e311a5a..41eaad8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,4 @@
language: c
-# Use the latest Travis images since they are more up to date than the stable release.
group: edge
before_script:
@@ -35,7 +34,7 @@ addons:
- *core_build
- mingw-w64
-matrix:
+jobs:
fast_finish: true
include:
- os: osx
@@ -54,28 +53,23 @@ matrix:
env:
- TASK='sanitize'
- os: linux
- dist: xenial
+ dist: bionic
compiler: clang
env: TASK='compile'
addons:
apt:
packages:
- *core_build_clang_latest
- sources:
- - ubuntu-toolchain-r-test
- - llvm-toolchain-xenial-6.0
- os: linux
- dist: xenial
+ dist: bionic
compiler: gcc
env: TASK='compile'
addons:
apt:
packages:
- *core_build_gpp_latest
- sources:
- - ubuntu-toolchain-r-test
- os: linux
- dist: xenial
+ dist: bionic
compiler: mingw32-gcc
env:
- TASK='windows'
@@ -84,21 +78,16 @@ matrix:
apt:
packages:
- *core_build_windows
- sources:
- - ubuntu-toolchain-r-test
- os: linux
- dist: xenial
+ dist: bionic
compiler: clang
env: TASK='sanitize'
addons:
apt:
packages:
- *core_build_clang_latest
- sources:
- - ubuntu-toolchain-r-test
- - llvm-toolchain-xenial-6.0
- os: linux
- dist: xenial
+ dist: bionic
compiler: gcc
env: TASK='coverity'
addons:
@@ -107,10 +96,8 @@ matrix:
# Coverity doesn't work with g++-5 or g++-6 yet
- *core_build
- gcc-4.9
- sources:
- - ubuntu-toolchain-r-test
- os: linux
- dist: xenial
+ dist: bionic
env: TASK='spellintian'
addons:
apt:
@@ -118,7 +105,7 @@ matrix:
- *core_build
- moreutils
- os: linux
- dist: xenial
+ dist: bionic
env: TASK='spellintian-duplicates'
addons:
apt:
@@ -126,7 +113,7 @@ matrix:
- *core_build
- moreutils
- os: linux
- dist: xenial
+ dist: bionic
env: TASK='codespell'
addons:
apt:
@@ -135,14 +122,14 @@ matrix:
- moreutils
allow_failures:
- os: linux
- dist: xenial
+ dist: bionic
compiler: gcc
env: TASK='coverity'
- os: linux
- dist: xenial
+ dist: bionic
env: TASK='spellintian-duplicates'
- os: linux
- dist: xenial
+ dist: bionic
env: TASK='codespell'
env:
@@ -207,7 +194,7 @@ after_script:
deploy:
provider: releases
file_glob: true
- api_key: $GITHUB_TOKEN
+ token: $GITHUB_TOKEN
file: ./deployment/*
skip_cleanup: true
draft: true