Edit File: .travis.yml
script: - "npm test" language: node_js node_js: - "0.10" - "0.12" - "4" - "6" - "8" - "9" sudo: false
Back to File Manager