diff --git a/.travis.yml b/.travis.yml index 9e926baf..2b99e136 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"