forked from mrdoob/three.js
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from mrdoob/dev
sync
- Loading branch information
Showing
2,684 changed files
with
91,637 additions
and
205,721 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,4 @@ node_modules | |
npm-debug.log | ||
.jshintrc | ||
.vs/ | ||
test/unit/three.*.unit.js | ||
test/unit/three.*.unit.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,27 @@ | ||
language: node_js | ||
node_js: | ||
- node | ||
script: | ||
- npm run travis | ||
node_js: node | ||
services: xvfb | ||
cache: bundler | ||
|
||
jobs: | ||
include: | ||
|
||
- &lint-n-unit | ||
stage: lint & unit | ||
name: lint | ||
script: npm run test-lint | ||
- <<: *lint-n-unit | ||
name: unit | ||
script: npm run test-unit | ||
|
||
- &e2e | ||
stage: e2e | ||
name: e2e | ||
script: npm run test-e2e | ||
env: FORCE_COLOR=0 CI=0 | ||
- <<: *e2e | ||
env: FORCE_COLOR=0 CI=1 | ||
- <<: *e2e | ||
env: FORCE_COLOR=0 CI=2 | ||
- <<: *e2e | ||
env: FORCE_COLOR=0 CI=3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.