File: .travis.yml

package info (click to toggle)
node-postcss-load-options 1.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 208 kB
  • sloc: makefile: 2
file content (16 lines) | stat: -rw-r--r-- 226 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: node_js

node_js:
  - node
  - 6
  - 4

cache:
  directories:
    - node_modules

after_success:
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'

notifications:
  email: false