mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 01:33:03 +00:00
9 lines
105 B
YAML
9 lines
105 B
YAML
language: node_js
|
|
node_js:
|
|
- "4"
|
|
- "6"
|
|
- "8"
|
|
sudo: required
|
|
after_success:
|
|
- ./scripts/txpush.sh
|