~caneypuggies/reformedchurcheslocator/couchapp-backbone

« back to all changes in this revision

Viewing changes to _attachments/js/vendor/jasmine/.travis.yml

  • Committer: Tim Black
  • Date: 2013-09-16 22:50:16 UTC
  • Revision ID: tim@alwaysreformed.com-20130916225016-zk8jiba25z33ew7h
Versioned Bower vendor directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# before_script:
 
2
  # - "sh -e /etc/init.d/xvfb start"
 
3
before_install:
 
4
  - "export DISPLAY=:99.0"
 
5
  - "sh -e /etc/init.d/xvfb start"#
 
6
script: "DISPLAY=:99.0 bundle exec rake jasmine_core_spec"
 
7
 
 
8
rvm:
 
9
  - "1.9.3"