about summary refs log tree commit diff
path: root/.travis.yml
diff options
context:
space:
mode:
authormasarakki <masaki182@gmail.com>2018-02-09 23:29:48 +0900
committerEugen Rochko <eugen@zeonfederated.com>2018-02-09 15:29:48 +0100
commit235c14c79d620d47012a08425324df222a136457 (patch)
treef50ffada42751d3f726b1388c22d43a61987e4ee /.travis.yml
parent2ef9d0e1011b586099d9f9992607b03d96c8a7f8 (diff)
fix-indent (#6453)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml26
1 files changed, 13 insertions, 13 deletions
diff --git a/.travis.yml b/.travis.yml
index 35fc49dde..2fba133c1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,15 +3,15 @@ cache:
   bundler: true
   yarn: true
   directories:
-  - node_modules
-  - public/assets
-  - public/packs-test
-  - tmp/cache/babel-loader
+    - node_modules
+    - public/assets
+    - public/packs-test
+    - tmp/cache/babel-loader
 dist: trusty
 sudo: false
 branches:
   only:
-  - master
+    - master
 
 notifications:
   email: false
@@ -29,15 +29,15 @@ addons:
   postgresql: 9.4
   apt:
     sources:
-    - trusty-media
-    - sourceline: deb https://dl.yarnpkg.com/debian/ stable main
-      key_url: https://dl.yarnpkg.com/debian/pubkey.gpg
+      - trusty-media
+      - sourceline: deb https://dl.yarnpkg.com/debian/ stable main
+        key_url: https://dl.yarnpkg.com/debian/pubkey.gpg
     packages:
-    - ffmpeg
-    - libicu-dev
-    - libprotobuf-dev
-    - protobuf-compiler
-    - yarn
+      - ffmpeg
+      - libicu-dev
+      - libprotobuf-dev
+      - protobuf-compiler
+      - yarn
 
 rvm:
   - 2.4.2