Use consistent indentation in Travis config
authorPeter Colberg <peter@colberg.org>
Fri, 30 Oct 2015 00:28:14 +0000 (20:28 -0400)
committerPeter Colberg <peter@colberg.org>
Fri, 30 Oct 2015 00:28:14 +0000 (20:28 -0400)
Indent with 4 spaces, as in the Travis config for Julia.

.travis.yml

index 19eb6ebc665ed3c15e9e956075d130c810c8b488..5e18dd82b785fc02d1e80dd74283dfdec88644af 100644 (file)
@@ -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