File: .travis.yml

package info (click to toggle)
node-node-rsa 1.1.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 664 kB
  • sloc: javascript: 3,756; makefile: 20; sh: 1
file content (12 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
language: node_js
node_js:
  - '8'
  - 'stable'

sudo: false

before_install:
  - npm install -g npm@latest
  - npm install -g grunt-cli
install:
  - npm install