File: .travis.yml

package info (click to toggle)
node-macaddress 0.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 156 kB
  • sloc: javascript: 410; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 368 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
language: node_js
os:
  - linux
  - osx
  - windows
node_js:
  - stable
  - lts/*
  - "10.5"
  - "8.11"
  - "6.14"
  - "4.9"
  - "0.12"
  - "0.11"
  - "0.10"
  - "0.9"
  - "0.8"
  - iojs
  - iojs-v1.0.4
install:
  - npm install
jobs:
  exclude:
    - os: windows
      node_js: stable
    - os: windows
      node_js: iojs
    - os: windows
      node_js: iojs-v1.0.4