summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 564155c662d..9725f4993ae 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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