Skip to content

Commit

Permalink
Merge branch 'beta'
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed May 29, 2016
2 parents cdb300b + 0ecea5f commit 6e851d0
Show file tree
Hide file tree
Showing 101 changed files with 3,033 additions and 2,768 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# .gitignore for jekyllized projects
# Folders that shouldn't be tracked
node_modules/
temp/
coverage/
.envrc
.coveralls.yml
test/test-*/
test/tmp/
npm-shrinkwrap.json
.nyc_output

# Ignore hidden folders
# This takes care of .tmp, .sass-cache, and many others
Expand Down
21 changes: 0 additions & 21 deletions .jshintrc

This file was deleted.

18 changes: 12 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
language: node_js
sudo: false
node_js:
- '0.10'
after_script:
- CODECLIMATE_REPO_TOKEN=7b0cbee1382c968a036868d26ec04d0ddc7b7aeef25ceead5ff9ff50a3c2ae8b codeclimate < coverage/lcov.info
- rm -rf ./coverage
- "6"
- "5"
- "4"
after_success:
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
notifications:
email:
email: false
webhooks:
urls:
- https://webhooks.gitter.im/e/82537018be323f7b8a08
on_success: change
on_failure: change
on_failure: always
on_start: never
459 changes: 458 additions & 1 deletion CHANGELOG.md
100755 → 100644

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions CONTRIBUTING.md
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Contributing and Issue guidelines

Just don't be a dick.
2 changes: 1 addition & 1 deletion LICENSE
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014-2015 Sondre Nilsen
Copyright (c) 2014-2016 Sondre Nilsen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 6e851d0

Please sign in to comment.