Setup Travis CI integration

Forgot sudo. Removing apt-get update, probably works without.
docking
ocornut 10 years ago
parent 3e83de58b5
commit 83575a464f

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

Loading…
Cancel
Save