mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-23 08:41:01 -05:00
17 lines
224 B
YAML
17 lines
224 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.10"
|
|
- "0.12"
|
|
- "1.0"
|
|
- "1.8"
|
|
- "2.0"
|
|
- "2.5"
|
|
- "3.0"
|
|
- "3.3"
|
|
- "4.0"
|
|
- "4.2"
|
|
- "5.0"
|
|
- "6"
|
|
sudo: false
|
|
script:
|
|
- "npm run lint && npm test"
|