summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2d93ec3..4283b9e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,13 +9,18 @@ os:
- linux
- osx
+sudo: required
+dist: trusty
+
branches:
only:
- master
- ci
- coverity_scan
-before_install: (sudo apt-get install -y fontconfig libfribidi-dev yasm || brew install fontconfig freetype fribidi yasm) && ./autogen.sh && ./configure
+before_install:
+ - (sudo apt-get update || brew update)
+ - (sudo apt-get install -y fontconfig libfribidi-dev yasm || brew install fontconfig freetype fribidi yasm) && ./autogen.sh && ./configure
script:
- make -j4