Skip to content

Commit

Permalink
updated tooling files
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMessinger committed Apr 4, 2016
1 parent 1ccbf7c commit b9bec69
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 40 deletions.
40 changes: 0 additions & 40 deletions .gitattributes

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
**/*~
**/._*
**/.DS_Store
*.sublime-*
npm-debug.log
/.idea
/coverage
Expand Down
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
**/*~
**/._*
**/.DS_Store
*.sublime-*
npm-debug.log
/.idea
/coverage
Expand Down
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ matrix:
env: KARMA=false
- node_js: 4
env: KARMA=false
- node_js: 5
env: KARMA=false

# Local Browsers
- node_js: 0.12
Expand Down
1 change: 1 addition & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ function configureSauceLabs(config) {
config.exclude = (config.exclude || []).concat([
'tests/specs/invalid/*',
'tests/specs/unknown/*',
'tests/specs/validate-schema/*',
'tests/specs/real-world/*'
]);

Expand Down

0 comments on commit b9bec69

Please sign in to comment.