Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
fix deploy and travis
Browse files Browse the repository at this point in the history
  • Loading branch information
zolotyh committed Dec 9, 2015
1 parent dc7a17c commit 4fc5b36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,8 @@ install:
- npm install
script:
- npm test
after_success:
- npm run deploy
env:
- CXX=g++-4.8
addons:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"description": "Angular timepicker widget, bootstrap compatible",
"main": "gulpfile.js",
"scripts": {
"test": "node ./node_modules/karma/bin/karma start && npm run deploy",
"test": "node ./node_modules/karma/bin/karma start",
"deploy": "./node node_modules/gulp/bin/gulp.js deploy"
},
"keywords": [
Expand Down

0 comments on commit 4fc5b36

Please sign in to comment.