Setup Travis build

This commit is contained in:
Davis W. Frank & Rajan Agaskar
2012-11-28 14:27:07 -08:00
parent b94522193c
commit 4c083856be
6 changed files with 30 additions and 7 deletions

9
.travis.yml Normal file
View File

@@ -0,0 +1,9 @@
# before_script:
# - "sh -e /etc/init.d/xvfb start"
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"#
script: "DISPLAY=:99.0 bundle exec rake jasmine_core_spec"
rvm:
- "1.9.3"