File: .travis.yml

package info (click to toggle)
node-expand-tilde 2.0.2%2B~cs2.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 240 kB
  • sloc: javascript: 215; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 107 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
sudo: false
language: node_js
os:
  - linux
  - osx
node_js:
  - "6"
  - "5"
  - "4"
  - "0.12"
  - "0.10"