Browse Source

fix-indent (#6453)

pull/4/head
masarakki 6 years ago
committed by Eugen Rochko
parent
commit
235c14c79d
1 changed files with 13 additions and 13 deletions
  1. +13
    -13
      .travis.yml

+ 13
- 13
.travis.yml View File

@ -3,15 +3,15 @@ cache:
bundler: true bundler: true
yarn: true yarn: true
directories: 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 dist: trusty
sudo: false sudo: false
branches: branches:
only: only:
- master
- master
notifications: notifications:
email: false email: false
@ -29,15 +29,15 @@ addons:
postgresql: 9.4 postgresql: 9.4
apt: apt:
sources: 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: packages:
- ffmpeg
- libicu-dev
- libprotobuf-dev
- protobuf-compiler
- yarn
- ffmpeg
- libicu-dev
- libprotobuf-dev
- protobuf-compiler
- yarn
rvm: rvm:
- 2.4.2 - 2.4.2

Loading…
Cancel
Save