aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2020-02-26 00:04:55 +0100
committercbdev <cb@cbcdn.com>2020-02-26 00:04:55 +0100
commit1b3878956f02e274c480815774f9c6f39d65117f (patch)
tree1e9da3923e9b438d8bb37484257d3602b01bda44 /.travis.yml
parent0a59a6bd47597d4577c0a550779d2e352127d186 (diff)
downloadmidimonster-1b3878956f02e274c480815774f9c6f39d65117f.tar.gz
midimonster-1b3878956f02e274c480815774f9c6f39d65117f.tar.bz2
midimonster-1b3878956f02e274c480815774f9c6f39d65117f.zip
Use (spell-)lintian from package repositories in CI
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 5c0a3ec..e311a5a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,6 +23,7 @@ addons:
- libjack-jackd2-dev
- liblua5.3-dev
- libssl-dev
+ - lintian
packages: &core_build_gpp_latest
- *core_build
- gcc-8
@@ -197,7 +198,6 @@ before_install:
- $CC --version
#OS X uses something other than $CXX variable
- if [ "$TRAVIS_OS_NAME" == "linux" -a \( "$TASK" = "compile" -o "$TASK" = "sanitize" \) ]; then $CXX --version; fi
- - if [ "$TASK" == "spellintian" -o "$TASK" == "spellintian-duplicates" ]; then wget "http://archive.ubuntu.com/ubuntu/pool/main/l/lintian/lintian_2.5.104_all.deb"; sudo dpkg -i lintian_*.deb; sudo apt-get install -f -y; fi # Install a later lintian
# Download libraries to link with on Windows
- if [ "$TASK" == "windows" ]; then mkdir libs; wget "https://downloads.sourceforge.net/project/luabinaries/5.3.5/Windows%20Libraries/Dynamic/lua-5.3.5_Win64_dllw6_lib.zip" -O lua53.zip; unzip lua53.zip lua53.dll; mv lua53.dll libs; fi