소스 검색

Merge branch 'master' of https://github.com/BabylonJS/Babylon.js

Conflicts:
	Babylon/Cameras/babylon.freeCamera.js
	Babylon/Cameras/babylon.freeCamera.ts
David Catuhe 10 년 전
부모
커밋
2810c18a09
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      .travis.yml

+ 8 - 0
.travis.yml

@@ -0,0 +1,8 @@
+language: node_js
+node_js:
+  - "0.10"
+before_script:
+  - npm install -g gulp
+  - cd ./Tools/Gulp
+  - npm install
+script: gulp typescript