Install cbindgen on CI

This commit is contained in:
Dzmitry Malyshau
2019-05-04 10:38:58 -04:00
parent 1c350cc4af
commit 31d11be058

View File

@@ -43,4 +43,4 @@ before_install:
script:
- cargo test
- if [[ $TRAVIS_OS_NAME == "osx" ]]; then (brew update && brew upgrade cmake && brew install glfw3 && make ffi-examples); fi
- if [[ $TRAVIS_OS_NAME == "osx" ]]; then (brew update && brew upgrade cmake && brew install glfw3 && cargo install cbindgen && make ffi-examples); fi