File: .travis.yml

package info (click to toggle)
node-create-hash 1.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 104 kB
  • sloc: javascript: 64; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 247 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
sudo: false
language: node_js
before_install:
  - "npm install npm -g"
node_js:
  - "4"
  - "5"
  - "6" 
  - "7"
env:
  matrix:
    - TEST_SUITE=unit
matrix:
  include:
    - node_js: "7"
      env: TEST_SUITE=standard
script: npm run $TEST_SUITE