mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-13 02:40:59 +00:00
Update travis and sublime-project configs
This commit is contained in:
parent
fe9d927d47
commit
181bd2f85f
2 changed files with 2 additions and 4 deletions
2
.sublime-project
vendored
2
.sublime-project
vendored
|
|
@ -3,7 +3,7 @@
|
|||
[
|
||||
{
|
||||
"path": ".",
|
||||
"folder_exclude_patterns": ["tmp", "log", "jsdoc-toolkit", "_site", "docs"],
|
||||
"folder_exclude_patterns": ["tmp", "log"],
|
||||
"file_exclude_patterns": ["*.min.js", "*.gz", ".sublime-workspace"]
|
||||
}
|
||||
],
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- 0.6
|
||||
- 0.8
|
||||
before_install:
|
||||
- git submodule update --init --recursive
|
||||
- 0.8
|
||||
Loading…
Reference in a new issue