commit d32140821042a27b1ffa033c429f381a3bc95d4b parent 0a20307c393e17d64aa5b7d40aacc07afcb4f558 Author: Peter Colberg <peter@colberg.org> Date: Thu, 29 Oct 2015 20:28:14 -0400 Use consistent indentation in Travis config Indent with 4 spaces, as in the Travis config for Julia. Diffstat:
M | .travis.yml | | | 12 | ++++++------ |
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git 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