summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 03bc270d..a28e48fb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,7 @@
os:
- linux
- osx
-before_install:
- - brew update
- - brew install cmake
+before_install: ./scripts/setup-travis.sh
language: c
compiler:
- gcc