File: .travis.yml

package info (click to toggle)
node-flow-remove-types 1.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 180 kB
  • sloc: sh: 46; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 130 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
language: node_js

node_js:
  - "7"
  - "6"
  - "4"
  - "0.12"
  - "0.10"

before_install:
  - npm config set spin false --global