mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-20 16:30:26 +00:00
13 lines
248 B
YAML
13 lines
248 B
YAML
language: node_js
|
|
node_js:
|
|
- 0.8
|
|
|
|
before_script:
|
|
- export DISPLAY=:99.0
|
|
- sh -e /etc/init.d/xvfb start
|
|
- npm install -g testacular@canary
|
|
- rake package
|
|
- ./nodeserver.sh > /dev/null &
|
|
|
|
script:
|
|
- rake test[Firefox,"--reporters=dots"]
|