Skip to content
This repository has been archived by the owner on Feb 19, 2019. It is now read-only.

Commit

Permalink
Added macOS target to build system
Browse files Browse the repository at this point in the history
  • Loading branch information
sphinxc0re committed Feb 3, 2018
1 parent 93bd89b commit 8e3abcb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
@@ -1,16 +1,29 @@
language: rust

os:
- linux
- osx

dist: trusty

addons:
apt:
packages:
- libsdl2-dev

before_install:
- "if [ ${TRAVIS_OS_NAME} = 'osx' ]; then brew update; fi"
- "if [ ${TRAVIS_OS_NAME} = 'osx' ]; then brew install sdl2; fi"

rust:
- stable
- beta
- nightly

matrix:
allow_failures:
- rust: nightly

notifications:
email:
on_success: never
Expand Down

0 comments on commit 8e3abcb

Please sign in to comment.