mirror of
https://github.com/xevidos/codiad.git
synced 2025-03-14 12:34:41 +01:00
7 lines
89 B
YAML
Executable file
7 lines
89 B
YAML
Executable file
language: node_js
|
|
node_js:
|
|
- "6"
|
|
- "node"
|
|
script: npm run travis
|
|
cache:
|
|
yarn: true
|