.travis.yml 140 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 10 11 12 language: node_js sudo: false cache: directories: - node_modules node_js: - "6" branches: only: - master script: - npm test