From c7593145d9d71733ea6a0b32bcd52dd21b3242b8 Mon Sep 17 00:00:00 2001 From: Peter Newman Date: Tue, 26 Mar 2019 00:32:23 +0000 Subject: Actually build the OLA plugin --- .travis-ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis-ci.sh') 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 -- cgit v1.2.3