diff options
| author | Peter Newman <peternewman@users.noreply.github.com> | 2019-03-26 00:32:23 +0000 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-26 00:32:23 +0000 | 
| commit | c7593145d9d71733ea6a0b32bcd52dd21b3242b8 (patch) | |
| tree | baf9f16d5f6327c914c7f3f3db8e1a59e317b963 /.travis-ci.sh | |
| parent | 7086cf6514462512ffcca6cb72876bd76b193cab (diff) | |
| download | midimonster-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.sh | 2 | 
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 | 
