.travis.yml 140 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 language: node_js node_js: - 8 before_script: - npm install -g grunt-cli before_install: npm install -g npm@latest install: npm ci