Skip to content

Commit

Permalink
Fixes #166 - Build on both Linux and macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
st3fan committed Sep 29, 2017
1 parent c6aebfe commit 070981e
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
Expand Up @@ -33,7 +33,7 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install sdl2 lua; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update -qq; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install --yes ibsdl2-dev; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install --yes libsdl2-dev; fi

before_script:
- cd src
Expand Down

0 comments on commit 070981e

Please sign in to comment.