summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2017-05-27 01:27:12 +0700
committerOxore <oxore@protonmail.com>2017-05-27 01:27:12 +0700
commit10ec765c14e0072dfa5abb49ee59a48eb96cabb8 (patch)
tree68be933bf198cf756658da33137b33a27eeb27dc
parent1a7e6d4444637378cad0a9b33ae5b9fe97286481 (diff)
Switched to osx
-rw-r--r--.travis.yml8
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: