Skip to content

Commit

Permalink
Merge pull request #338 from ssbarnea/master
Browse files Browse the repository at this point in the history
Build and test execution changes
  • Loading branch information
knsv committed Mar 29, 2016
2 parents 9e49617 + e6fcc2b commit d585121
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 143,810 deletions.
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
node_modules/*
bower_components/
node_modules
dist
bower_components

*.sublime-project
*.sublime-workspace

.DS_Store
.idea
coverage
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
language: node_js
osx_image: xcode7.3
os:
- linux
- osx
sudo: false
node_js:
- "4.2"
- "4.4"
- "5.9"
addons:
code_climate:
repo_token: e87e6bf1c253e0555437ebd23235fdfe2749b889358e7c6d100e4ea5b4f2e091
after_script:
- cat coverage/lcov.info | codeclimate
- cat coverage/lcov.info | codeclimate
Loading

0 comments on commit d585121

Please sign in to comment.