File: .travis.yml

package info (click to toggle)
compass-normalize-plugin 7.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 996 kB
  • sloc: ruby: 15; makefile: 6; sh: 4
file content (9 lines) | stat: -rw-r--r-- 181 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
# Configuration options are documented at:
# http://docs.travis-ci.com/user/languages/javascript-with-nodejs/
sudo: false
language: node_js
node_js:
  - '4'
  - '6'
  - '8'
  - '9'