Skip to content
This repository has been archived by the owner on Sep 9, 2021. It is now read-only.

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
amcdnl committed Sep 25, 2015
1 parent dab14f8 commit f98f174
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules/
.idea/*
_site/
typings/
jspm_packages
16 changes: 13 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
language: node_js
sudo: false
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- '0.10'
- iojs
before_install:
- 'npm install -g grunt-cli'
- npm i -g npm@^2.0.0
before_script:
- npm prune
after_success:
- npm run semantic-release
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "angular-model-factory",
"version": "0.4.9",
"authors": [
"Austin McDaniel <[email protected]>",
"Juri Strumpflohner <[email protected]>"
Expand All @@ -23,9 +22,15 @@
"karma-jasmine": "~0.3.1",
"karma-mocha-reporter": "~0.3.1",
"karma-phantomjs-launcher": "~0.1.4",
"ng-annotate": "^1.0.2"
"ng-annotate": "^1.0.2",
"semantic-release": "^4.3.5"
},
"scripts": {
"test": "grunt karma:ci"
"test": "grunt karma:ci",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "https://github.com/Swimlane/angular-model-factory.git"
}
}

0 comments on commit f98f174

Please sign in to comment.