miroir de
https://github.com/sensebox/blockly-app
synchronisé 2025-09-19 03:32:34 +02:00
add .travis.yml (#3)
Cette révision appartient à :
Parent
382a5f2c96
révision
b7cb3ee570
2 fichiers modifiés avec 23 ajouts et 0 suppressions
22
.travis.yml
Fichier normal
22
.travis.yml
Fichier normal
|
@ -0,0 +1,22 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "8"
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
before_script:
|
||||
- npm install
|
||||
|
||||
script:
|
||||
- npm run build
|
||||
|
||||
deploy:
|
||||
provider: pages
|
||||
skip-cleanup: true
|
||||
github-token: $GITHUB_TOKEN
|
||||
keep-history: true
|
||||
on:
|
||||
tags: true
|
||||
local_dir: www
|
|
@ -1,4 +1,5 @@
|
|||
# Blockly for senseBox app
|
||||
[](https://travis-ci.org/sensebox/blockly-app)
|
||||
|
||||
Blockly for senseBox is a visual programming editor for the senseBox:edu on mobile.
|
||||
It is based on Google's [Blockly](https://developers.google.com/blockly/) and Carlos Pereira Atencio's [Ardublockly](https://github.com/carlosperate/ardublockly), which has been forked.
|
||||
|
|
Chargement…
Ajouter une table
Référencer dans un nouveau ticket