mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-03-04 02:02:39 -05:00
6 lines
153 B
YAML
6 lines
153 B
YAML
language: node_js
|
|
before_script: "node server.js 3000 &"
|
|
script: "phantomjs test/env/runner.js http://localhost:3000/test"
|
|
node_js:
|
|
- "0.8"
|
|
- "0.10"
|