From d32140821042a27b1ffa033c429f381a3bc95d4b Mon Sep 17 00:00:00 2001 From: Peter Colberg Date: Thu, 29 Oct 2015 20:28:14 -0400 Subject: Use consistent indentation in Travis config Indent with 4 spaces, as in the Travis config for Julia. --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 19eb6eb..5e18dd8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,14 @@ language: c compiler: - - gcc - - clang + - gcc + - clang notifications: email: false before_install: - - sudo add-apt-repository ppa:staticfloat/julia-deps -y - - sudo add-apt-repository ppa:staticfloat/juliareleases -y - - sudo apt-get update -qq -y - - sudo apt-get install libpcre3-dev julia fontforge -y + - sudo add-apt-repository ppa:staticfloat/julia-deps -y + - sudo add-apt-repository ppa:staticfloat/juliareleases -y + - sudo apt-get update -qq -y + - sudo apt-get install libpcre3-dev julia fontforge -y script: - make prefix=`pwd`/local install - make check -- cgit v1.2.3