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 ecadacc commit 0a12a95
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 @@ -32,7 +32,7 @@ language: c
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 --yes install lua5.1 sdl2; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get --yes install liblua5.1-0-dev libsdl2-dev; fi

before_script:
- cd src
Expand Down

0 comments on commit 0a12a95

Please sign in to comment.