Skip to content
This repository has been archived by the owner on Jan 20, 2020. It is now read-only.

Commit

Permalink
Add deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ttsvetko committed Sep 12, 2016
1 parent 2a0e491 commit c500fb4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,15 @@ before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm run bower install

before_deploy:
- npm run grunt
deploy:
provider: releases
api_key: "48c38ce98fc948073b3eb6f9646a16eb66576736"
file:
- dist/Notification.js
- dist/Notification.min.js
skip_cleanup: true
on:
tags: true
2 changes: 0 additions & 2 deletions grunt/aliases.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@ module.exports = {
// Default Grunt task that builds the Deep blue theme ready for production
'default': [
'clean',
'jasmine',
'uglify:default',
'uglify:dev'
],

// Development Grunt build task
'dev': [
'clean',
'jasmine',
'watch'
]
};

0 comments on commit c500fb4

Please sign in to comment.