From 46103d58e816e8b2b08d8d004c41776f477bc290 Mon Sep 17 00:00:00 2001 From: Glavin Wiechert Date: Mon, 16 Jun 2014 00:41:14 -0300 Subject: [PATCH] See #18. Add required dependencies for other languages. --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 31be69d..8b1e6e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,3 +6,8 @@ notifications: on_failure: change script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh' + +before_install: + - gem install ruby-beautify + - pip install --upgrade autopep8 + - pear install PHP_Beautifier