summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2014-06-02 19:10:26 -0400
committerAllen Winter <allen.winter@kdab.com>2014-06-02 19:10:26 -0400
commit0c17535f536b9277f849198a30d6f11f48b20316 (patch)
tree7d41697357c72e6dffeba8705d03aa63c1d9c234 /.travis.yml
parentdeca6aba82d5960b989d8cc02974f2b57c04d4b5 (diff)
downloadlibical-git-0c17535f536b9277f849198a30d6f11f48b20316.tar.gz
use the new travis setup script in the before_install section
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