Permalink
Switch branches/tags
Nothing to show
Babylon.js/.travis.yml
| language: node_js | |
| node_js: | |
| - "4.1" | |
| before_script: | |
| - npm install -g gulp | |
| - cd ./Tools/Gulp | |
| - npm install | |
| script: gulp typescript |