Skip to content

Commit

Permalink
fix(build): added semantic release call in travis.yml (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlabrecq committed Jul 23, 2018
1 parent 59a8b9a commit 9ff450c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cache:

addons:
chrome: stable

notifications:
email: false

Expand All @@ -32,6 +32,7 @@ script:

after_success:
- npm run publish-travis
- npm run semantic-release

branches:
except:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"test": "karma start",
"test:debug": "karma --browsers Chrome --no-single-run start",
"test:trace-deprecation": "node --trace-deprecation ./node_modules/.bin/karma start",
"semantic-release": "copy package.json dist && semantic-release",
"semantic-release": "semantic-release",
"webpack-dev-server": "node --max_old_space_size=4096 node_modules/webpack-dev-server/bin/webpack-dev-server.js"
},
"license": "Apache-2.0",
Expand Down

0 comments on commit 9ff450c

Please sign in to comment.