Update travis and sublime-project configs

This commit is contained in:
kangax 2012-08-10 17:42:52 +02:00
parent fe9d927d47
commit 181bd2f85f
2 changed files with 2 additions and 4 deletions

2
.sublime-project vendored
View file

@ -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"]
}
],

View file

@ -1,6 +1,4 @@
language: node_js
node_js:
- 0.6
- 0.8
before_install:
- git submodule update --init --recursive
- 0.8