File: .travis.yml

package info (click to toggle)
node-split-string 6.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 152 kB
  • sloc: sh: 7; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 97 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
sudo: false
os:
  - linux
  - osx
language: node_js
node_js:
  - node
  - '8.6'
  - '10'
  - '9'