Skip to content

Commit

Permalink
Travis: Accept all apt-get questions
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jan 18, 2016
1 parent cf63310 commit e8993b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ before_install:
- sudo add-apt-repository ppa:zoogie/sdl2-snapshots -y
# - sudo add-apt-repository ppa:george-edison55/precise-backports -y
- sudo apt-get -qq update
- sudo apt-get install cmake libsdl2-dev libsdl2-mixer-dev libxrandr-dev libxxf86vm-dev libfluidsynth-dev ncurses-dev qt5-default libqt5x11extras5-dev
- sudo apt-get -y install cmake libsdl2-dev libsdl2-mixer-dev libxrandr-dev libxxf86vm-dev libfluidsynth-dev ncurses-dev qt5-default libqt5x11extras5-dev
before_script:
- mkdir build-travis
script:
Expand Down

0 comments on commit e8993b4

Please sign in to comment.