Quellcode durchsuchen

travis: fix format

Mokhtar Naamani vor 5 Jahren
Ursprung
Commit
4bab37ad79
1 geänderte Dateien mit 9 neuen und 6 gelöschten Zeilen
  1. 9 6
      .travis.yml

+ 9 - 6
.travis.yml

@@ -7,12 +7,15 @@ cache:
   cargo
 
 os:
-  - linux
-    env: TARGET=x86_64-unknown-linux-gnu
-  - osx
-    env: TARGET=x86_64-apple-darwin
-  - windows
-    env: TARGET=x86_64-pc-windows-msvc
+  - linux:
+      - env:
+        - TARGET=x86_64-unknown-linux-gnu
+  - osx:
+    - env:
+      - TARGET=x86_64-apple-darwin
+  - windows:
+      - env:
+        - TARGET=x86_64-pc-windows-msvc
 
 before_script:
   - rustup component add rustfmt