aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis-ci.sh
diff options
context:
space:
mode:
authorPeter Newman <peternewman@users.noreply.github.com>2019-03-26 00:32:23 +0000
committerGitHub <noreply@github.com>2019-03-26 00:32:23 +0000
commitc7593145d9d71733ea6a0b32bcd52dd21b3242b8 (patch)
treebaf9f16d5f6327c914c7f3f3db8e1a59e317b963 /.travis-ci.sh
parent7086cf6514462512ffcca6cb72876bd76b193cab (diff)
downloadmidimonster-c7593145d9d71733ea6a0b32bcd52dd21b3242b8.tar.gz
midimonster-c7593145d9d71733ea6a0b32bcd52dd21b3242b8.tar.bz2
midimonster-c7593145d9d71733ea6a0b32bcd52dd21b3242b8.zip
Actually build the OLA plugin
Diffstat (limited to '.travis-ci.sh')
-rw-r--r--.travis-ci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis-ci.sh b/.travis-ci.sh
index b3e0744..ddfa93d 100644
--- a/.travis-ci.sh
+++ b/.travis-ci.sh
@@ -74,6 +74,6 @@ elif [[ $TASK = 'sanitize' ]]; then
else
# Otherwise compile as normal
travis_fold start "make"
- make;
+ make full;
travis_fold end "make"
fi