* Fix #2108 - Fix gif uploads Add specs for media attachment gifv conversion * Add ffmpeg to travis * Make travis install ffmpeg, not libav * Switch travis to trusty
This commit is contained in:
parent
0876a06e45
commit
2e4afccd9d
5 changed files with 44 additions and 10 deletions
|
@ -1,5 +1,7 @@
|
|||
language: ruby
|
||||
cache: bundler
|
||||
dist: trusty
|
||||
sudo: required
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
@ -24,8 +26,9 @@ bundler_args: --without development production --retry=3 --jobs=3
|
|||
|
||||
before_install:
|
||||
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
|
||||
- sudo add-apt-repository -y ppa:mc3man/trusty-media
|
||||
- sudo apt-get -qq update
|
||||
- sudo apt-get -qq install g++-4.8
|
||||
- sudo apt-get -qq install g++-4.8 ffmpeg
|
||||
install:
|
||||
- nvm install
|
||||
- npm install -g yarn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue