diff --git a/.travis.yml b/.travis.yml index b919ef8..df7618e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -191,6 +191,8 @@ install: - git clone --depth=1 --branch=$OF_BRANCH https://github.com/openframeworks/openFrameworks - cd ~/openFrameworks/addons - git clone --depth=1 https://github.com/kr15h/ofxJSON.git + - cd ~/openFrameworks + - scripts/ci/addons/install.sh - cd ~/openFrameworks/addons/ofxPiMapper - mv example_basic/addons.make.norpi example_basic/addons.make - mv example_camera/addons.make.norpi example_camera/addons.make @@ -200,8 +202,6 @@ install: - mv example_remote-client/addons.make.norpi example_remote-client/addons.make - mv example_remote-server/addons.make.norpi example_remote-server/addons.make - mv example_simpler/addons.make.norpi example_simpler/addons.make - - cd ~/openFrameworks - - scripts/ci/addons/install.sh script: - scripts/ci/addons/build.sh