Setup Travis CI integration

Argh.
This commit is contained in:
ocornut 2014-12-06 21:06:00 +00:00
parent 1bfb59174a
commit 1d45478637
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ compiler:
- gcc
before_install:
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get update -qq && apt-get install -y --no-install-recommends libglfw3-dev libglew-dev; fi
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get update -qq && sudo apt-get install -y --no-install-recommends libglfw3-dev libglew-dev; fi
script:
- cd examples/opengl_example && make