From 857a4e364c786b2cfa73e0235f0293053f9e11bf Mon Sep 17 00:00:00 2001 From: ocornut Date: Sat, 6 Dec 2014 23:21:05 +0000 Subject: [PATCH] Setup Travis CI integration Yes please --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6f7f1596..0a263dd5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ compiler: - gcc before_install: - - if [ $TRAVIS_OS_NAME == linux ]; then sudo add-apt-repository ppa:keithw/glfw3 && sudo apt-get update -qq && sudo apt-get install -y --no-install-recommends libglfw3-dev libglew-dev; fi + - if [ $TRAVIS_OS_NAME == linux ]; then sudo add-apt-repository -y ppa:keithw/glfw3 && sudo apt-get update -qq && sudo apt-get install -y --no-install-recommends libglfw3-dev libglew-dev; fi - if [ $TRAVIS_OS_NAME == osx ]; then brew update && brew install glew && brew install glfw3; fi script: