File: .travis.yml

package info (click to toggle)
libjs-lrdragndrop 1.0.2-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 3,144 kB
  • sloc: javascript: 404; makefile: 18
file content (13 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: node_js
node_js:
  - "0.10"

services: mongodb

before_script:
  - npm install -g bower
  - npm install
  - bower install

script:
  - npm test