Skip to content

Commit

Permalink
Initial Travis-CI setup (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihhub committed Aug 30, 2019
1 parent 7fd0413 commit 00ee0bf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ language: cpp
matrix:
include:
- os: linux
- os: osx
before_install:
- sudo apt-get update
- sudo apt-get install -y libsdl1.2-dev
- sudo apt-get install -y libsdl-ttf2.0-dev
- sudo apt-get install -y libsdl-mixer1.2-dev
- sudo apt-get install -y libsdl-image1.2-dev

script:
- |
Expand Down

0 comments on commit 00ee0bf

Please sign in to comment.