pxt-microturtle/.travis.yml

15 строки
203 B
YAML
Исходник Обычный вид История

2017-12-08 20:34:51 +03:00
language: node_js
node_js:
- "5.7.0"
script:
2017-12-08 21:33:29 +03:00
- "npm install -g pxt"
2017-12-08 21:35:48 +03:00
- "pxt target microbit"
2017-12-08 21:38:11 +03:00
- "pxt install"
2017-12-08 20:34:51 +03:00
- "pxt build"
sudo: false
cache:
directories:
- npm_modules
- pxt_modules