File: .travis.yml

package info (click to toggle)
node-micromatch 4.0.2%2Brepack%2B~4.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 940 kB
  • sloc: javascript: 10,935; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 99 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
sudo: false
os:
  - linux
  - osx
  - windows
language: node_js
node_js:
  - node
  - '10'
  - '8'