Live texturing

This commit is contained in:
maqu14
2016-03-18 10:14:02 +01:00
parent 65e5729118
commit 7fc83d1471
155 changed files with 18378 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
environment:
matrix:
- nodejs_version: "0.10"
- nodejs_version: "0.12"
- nodejs_version: "2"
#platform:
# - x86
# - x64
install:
- ps: Install-Product node $env:nodejs_version #$env:platform
- npm install
test_script:
- node --version
- npm --version
- npm test
build: off
matrix:
allow_failures:
- nodejs_version: "2"