From 846fad352828cf6cceaa01efe134ea0e1e905e28 Mon Sep 17 00:00:00 2001 From: Rohit Garg Date: Mon, 25 Mar 2013 17:41:02 +0530 Subject: [PATCH] Rohit added coffee script compilation to jasmine --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7650046..3078acb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,8 @@ language: ruby rvm: - 1.9.3 +env: + - DISPLAY=:99.0 +before_install: sh -e /etc/init.d/xvfb start # uncomment this line if your project needs to run something other than `rake`: -script: RAILS_ENV=test bundle exec rake db:migrate && bundle exec rake && export DISPLAY=:99.0 && bundle exec rake app:jasmine:ci ; +script: RAILS_ENV=test bundle exec rake db:migrate && bundle exec rake && bundle exec rake app:coffee:compile app:coffee:compile_spec app:jasmine:ci ;