Travis CI: Reformat .yml file by travis tool
authorIvan Maidanski <ivmai@mail.ru>
Mon, 15 May 2017 19:44:38 +0000 (22:44 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 16 May 2017 09:10:40 +0000 (12:10 +0300)
(Cherry-pick commit 4f7614c from 'release-7_4' branch.)

.travis.yml

index a48dda9..a3b56d9 100644 (file)
@@ -2,15 +2,15 @@ language: c
 
 matrix:
   include:
-    - os: linux
-      compiler: clang
-    - os: linux
-      compiler: gcc
-    - os: osx
+  - os: linux
+    compiler: clang
+  - os: linux
+    compiler: gcc
+  - os: osx
 
 install:
-  - autoreconf -vif
+- autoreconf -vif
 
 script:
-  - ./configure
-  - make -j check
+- ./configure
+- make -j check