Skip to content

Commit

Permalink
Fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
blastrock committed May 27, 2018
1 parent ca608b0 commit eda5eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ install:
script:
- export VITASDK=${TRAVIS_BUILD_DIR}/vitasdk
- export PATH=${VITASDK}/bin:${PATH}
- cmake -DCMAKE_BUILD_TYPE=Release .
- cmake -DCMAKE_BUILD_TYPE=Release -DGIT_EXECUTABLE=/usr/bin/git .
- cmake --build .

deploy:
Expand Down

0 comments on commit eda5eef

Please sign in to comment.