mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-01 02:14:51 +00:00
13 lines
107 B
YAML
13 lines
107 B
YAML
language: node_js
|
|
sudo: false
|
|
node_js:
|
|
- '0.10'
|
|
- '0.12'
|
|
- '4'
|
|
- '5'
|
|
- '6'
|
|
- '7'
|
|
- '8'
|
|
- '9'
|
|
- '10'
|
|
- '12'
|