File: .travis.yml

package info (click to toggle)
moment-timezone.js 0.5.23%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 135,944 kB
  • sloc: makefile: 10
file content (10 lines) | stat: -rw-r--r-- 128 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
language: node_js
node_js:
  - "node"
  - "8"
  - "6"
  - "4"
install:
  - npm install
  - npm install -g grunt-cli
sudo: false