File: .travis.yml

package info (click to toggle)
node-base64-js 1.3.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 116 kB
  • sloc: makefile: 21; sh: 13
file content (17 lines) | stat: -rw-r--r-- 226 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
sudo: false
os:
  - linux
language: node_js
node_js:
  - "0.12"
  - "4"
  - "6"
env:
  matrix:
    - TEST_SUITE=unit
matrix:
  include:
    - os: linux
      node_js: "6"
      env: TEST_SUITE=lint
script: npm run $TEST_SUITE