From 7cc720f63df77ffc5b64ffe2783a9a37eebb22c9 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Mon, 9 Mar 2020 09:01:17 -0400 Subject: [PATCH] Fix type in travis, thanks to @yusufsahinhamza for pointing it out --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 52fc2b4..b38dad9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,6 +30,6 @@ script: # correctly and will hopefully catch syntax errors earlier # We want the build to fail if we can't compile translations. - lupdate silentdragon.pro - - lrelease silentragon.pro + - lrelease silentdragon.pro - res/libsodium/buildlibsodium.sh - make CC=gcc-8 CXX=g++-8 -j2