You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- language: node_js
- node_js:
- - "node"
- - "7"
- - "6"
- - "5"
- - "4"
- - "lts/*"
- before_script:
- - npm install
- - npm install-test
- script: npm test
- env:
- CODECLIMATE_REPO_TOKEN: a174b03227cdc953c831f45bebcf0af357ec1b8a4b8477f36444c16f084a409f
|