Skip to content

Commit

Permalink
Fix Travis CI build on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
bvssvni committed Nov 27, 2015
1 parent a266653 commit db58fd3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ env:
global:
- secure: cMj2eu4gnI5+kWD9rBNL51IARXpy6D/imoqVaYcqFuGUGGCY66qdwq/ZfBh+GRJAVEMkvRn7QWwf6KQOjAun6aVs4d85c3/QNMqe+XTi9tcG11lQW3nUCibTavv+gM9EX7vJKCfOvZaqFPmUW4ez8ttppXcvdcHEBMTkWUxTWZM=
- LD_LIBRARY_PATH: /usr/local/lib
before_install:
- curl -O http://www.libsdl.org/release/SDL2-2.0.0.tar.gz
- tar -xzvf SDL2-2.0.0.tar.gz
install:
- (cd SDL2-2.0.0 && ./configure && make && sudo make install)
addons:
apt:
packages:
- libsdl2-dev
script:
- cargo build -v
- cargo test -v
Expand Down

0 comments on commit db58fd3

Please sign in to comment.