Skip to content

Commit

Permalink
Matching apt dependencies by regex.
Browse files Browse the repository at this point in the history
  • Loading branch information
nilp0inter committed Jul 22, 2015
1 parent c731242 commit 67f3bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libsdl2-2.0-0 libsdl2-gfx-1.0-0 libsdl2-ttf-2.0-0
- sudo apt-get install -y 'libsdl2-2.*' 'libsdl2-gfx-1.*' 'libsdl2-ttf-2.*'
language: python
python: 3.4
install:
Expand Down

0 comments on commit 67f3bc3

Please sign in to comment.