Skip to content

Commit 5d9d6a9

Browse files
committed
Adding travis-ci integration.
1 parent 6148b44 commit 5d9d6a9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language: cpp
2+
before_install:
3+
- sudo add-apt-repository ppa:antumdeluge/sdl2 -qq
4+
- sudo apt-get update -qq
5+
- sudo apt-get install sdl2 -qq
6+
script: make tests

0 commit comments

Comments
 (0)