Update travis yml to use the new build script

This commit is contained in:
Dan Hansen and Davis W. Frank
2013-02-26 12:50:50 -08:00
parent 98ae076f0c
commit 43c8fdd33f

View File

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