Travis test fix

This commit is contained in:
omar 2016-08-25 16:20:34 +02:00 committed by GitHub
parent 5ae71aa04a
commit b36ba12929

View File

@ -13,6 +13,6 @@ before_install:
- if [ $TRAVIS_OS_NAME == osx ]; then brew update && brew install glfw3; fi
script:
- make -C examples/opengl_example
- make -C examples/opengl2_example
- make -C examples/opengl3_example