File: .travis.yml

package info (click to toggle)
node-grunt-contrib-uglify 4.0.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 440 kB
  • sloc: makefile: 3
file content (15 lines) | stat: -rw-r--r-- 137 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
sudo: false

language: node_js

node_js:
  - "6"
  - "8"
  - "10"

matrix:
  fast_finish: true

cache:
  directories:
    - node_modules