Browse Source

Add git checkout of-master-fix of ofxJSON

master
Krisjanis Rijnieks 7 years ago
parent
commit
e903178b11
  1. 2
      .travis.yml

2
.travis.yml

@ -201,6 +201,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 ofxJSON
- git checkout of-master-patch
- cd ~/openFrameworks
- scripts/ci/addons/install.sh
- cd ~/openFrameworks/addons/ofxPiMapper

Loading…
Cancel
Save