File: .travis.yml

package info (click to toggle)
grunt 1.3.0-1~bpo10%2B1
  • links: PTS, VCS
  • area: main
  • in suites: buster-backports
  • size: 540 kB
  • sloc: javascript: 3,670; makefile: 4
file content (12 lines) | stat: -rw-r--r-- 246 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
sudo: false
language: node_js
node_js:
  - "8"
  - "10"
  - "12"
before_install:
  - if [[ `npm -v` =~ ^[1-2] ]]; then npm i -g npm@3; fi
before_script:
  - npm uninstall grunt # https://github.com/npm/npm/issues/3958
matrix:
  fast_finish: true