Skip to content

Commit

Permalink
Merge pull request #30 from rachelnicole/plugin-update
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
scottnath authored Jul 19, 2016
2 parents ba088f8 + dde47a9 commit 52b1161
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
15 changes: 7 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@ cache:
directories:
- node_modules
before_script:
- npm prune
- npm prune
after_success:
- npm run coverage
- npm run semantic-release
- npm run coverage
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
#########################
## Notifications
#########################
- /^v\d+\.\d+\.\d+$/
notifications:
email: false
email: false
slack:
secure: lIleM09XcD8Q5Fi2XvY0ONFaqZAfTKICSRCRA4qVACHF9wW8PBzhOlicCn3fSP8txi9vsnyi6YEQDjXWYFnoI8bk1vszZ1Yf67cvhtahoAlwQ6to1iAx459l85B6IYI5d/i82hJj51ww+Yxa9LWf87nteOhLj1X7GwMi1GLGRe0I4rNtAilNlij3nhX0NnrwbyoYQW+iMWzlGf36YZlqxJ3AuI5ooat5dHrAfYyHW/YkFXFlneIgesJ0Pwo1is7zXQteojoZT5M09snr6jx0lD1e2zgMv8QGmbWEVi27nHrs19Ua14yl1xKV39vqziBQTJLsmZcgS2RHyR5VyWhaAwmuYam0CDapurVmGD+9Faqth57MCrHS5WmWLeEpuxRayDB4nMZoN0INqpy/JkklQ3xfH/eLIwH6M9ivRDzJNyzLodRFkZlh43CEvyM2LWUyr5HTg9VGlUB5cBo7TExZqyKiFSXGusCiqHgjun1W8JcwW53s8y8RLxVkHh/8mo3V1ahe/BdGyxzq/Bk6SZsgkI2SKBNHQrjlLQ+pxj9ysmgXiTb6sS4ra8avmejXghJtCcbeZW8qHA3YU/pwERZ2mfl7IAsES3+137eEBccDe3ef7ZpE1tkDDNwRoz9iM2t6PTiQyt/5p4EuZI5N7rbRI6vyZ/h4fv26W4B4ATwK0j0=
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"ghooks": "^1.3.2",
"nyc": "^6.6.1",
"punchcard-commit-msg": "^1.0.0",
"punchcard-content-types": "^0.10.1",
"punchcard-semantic-release": "^2.0.1",
"punchcard-shared-tests": "^1.0.0",
"semantic-release": "^4.3.5",
"tap-diff": "^0.1.1"
},
Expand Down
4 changes: 2 additions & 2 deletions tests/plugin.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import test from 'ava';
import contentTypes from 'punchcard-content-types';
import tests from 'punchcard-shared-tests';

import plugin from '../';

contentTypes.pluginTests(test, plugin);
tests.plugins(test, plugin);

0 comments on commit 52b1161

Please sign in to comment.