mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 01:51:40 -05:00
12 lines
No EOL
224 B
YAML
12 lines
No EOL
224 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.10"
|
|
before_install:
|
|
- curl https://install.meteor.com | /bin/sh
|
|
|
|
before_script:
|
|
- export DISPLAY=:99.0
|
|
- sh -e /etc/init.d/xvfb start
|
|
|
|
script:
|
|
- JASMINE_BROWSER=Firefox meteor --test |