fix-indent (#6453)
parent
26fe2c27c3
commit
8f5d41e096
26
.travis.yml
26
.travis.yml
|
@ -3,15 +3,15 @@ cache:
|
||||||
bundler: true
|
bundler: true
|
||||||
yarn: true
|
yarn: true
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
- public/assets
|
- public/assets
|
||||||
- public/packs-test
|
- public/packs-test
|
||||||
- tmp/cache/babel-loader
|
- 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
|
- trusty-media
|
||||||
- sourceline: deb https://dl.yarnpkg.com/debian/ stable main
|
- sourceline: deb https://dl.yarnpkg.com/debian/ stable main
|
||||||
key_url: https://dl.yarnpkg.com/debian/pubkey.gpg
|
key_url: https://dl.yarnpkg.com/debian/pubkey.gpg
|
||||||
packages:
|
packages:
|
||||||
- ffmpeg
|
- ffmpeg
|
||||||
- libicu-dev
|
- libicu-dev
|
||||||
- libprotobuf-dev
|
- libprotobuf-dev
|
||||||
- protobuf-compiler
|
- protobuf-compiler
|
||||||
- yarn
|
- yarn
|
||||||
|
|
||||||
rvm:
|
rvm:
|
||||||
- 2.4.2
|
- 2.4.2
|
||||||
|
|
Loading…
Reference in New Issue