fixed YAML error
diff --git a/.travis.yml b/.travis.yml
index c102ab0..3cdf45f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -70,9 +70,9 @@
 
   # Linux / Clang
 
-    - os: linux
-      env: LLVM_VERSION=3.8.0
-      compiler: clang
+  - os: linux
+    env: LLVM_VERSION=3.8.0
+    compiler: clang
 
 #####################
 # installation step #