commit 9818a1518f2129612510daf68ee30ec47f39d3ec parent 8cc38aee1982e59421432711bae729b80aa441ba Author: jatinchowdhury18 <jatinchowdhury18@users.noreply.github.com> Date: Mon, 4 May 2020 08:37:46 -0700 Adjust pluginval for Linux Diffstat:
M | .travis.yml | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -114,9 +114,9 @@ script: # fi - | if [[ $TRAVIS_OS_NAME == 'linux' ]]; then - curl -L "https://github.com/Tracktion/pluginval/releases/download/v0.2.3/pluginval_Linux.zip" -o pluginval.zip + curl -L "https://github.com/Tracktion/pluginval/releases/download/latest_release/pluginval_Linux.zip" -o pluginval.zip unzip pluginval - ./pluginval --strictness-level 8 --validate-in-process --timeout-ms 300000 --validate "$TRAVIS_BUILD_DIR/Plugin/Builds/LinuxMakefile/build/CHOWTapeModel.so" || exit 1 + ./pluginval --strictness-level 6 --validate-in-process --timeout-ms 300000 --validate "$TRAVIS_BUILD_DIR/Plugin/Builds/LinuxMakefile/build/CHOWTapeModel.so" || exit 1 fi - echo "SUCCESS"