diff options
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index f5a1e0b..8912a22 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,10 @@ language: c +os: osx script: - - sudo add-apt-repository ppa:sonkun/sfml-experimental -y - - sudo rm -rf /var/lib/apt/lists/* - - sudo apt-get clean - - sudo apt-get update - - sudo apt-get install libcsfml -y + - brew updade + - brew install csfml - make all compiler: |