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

Commit

Permalink
add script block for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
fieldju committed Nov 23, 2016
1 parent 229f17b commit ff32cca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ install:
- npm run build
- cd build/
- tar -zcf ../cerberus-dashboard.tar.gz ./*
- cd ../
deploy:
skip_cleanup: true
provider: releases
api_key:
secure: Q+7YX+lmwXKhaA83o18JJGOQRw+rRC4P+EzTlox34Pjxl1jqEkR54uZKUySk4Y/Sa5T1PlSV3DFHB6/v60kYnl36FtetFTb6zcR/9MmaD5n+wamawBauYDKWySOIsU9ifY+shqv45L8y439EqPwI9GM0UJl1wIQeXJgVP+EwDaYtSaqnQ8yoDORfOf66whgJOKHv54/FKDtRaG3y5sRwUFfE5ZAOpIyTeWdh47HNWkQam86qiNjOwGuqTBbEVnB/Fn6IrDn7IMgkqPqHhj0BtnNjrQTHkuyw4CFXHNi6hHb3UsWVAXFY0Jf6mflkeYZIq7BOxohZjPvP9sEKTxMlRtV9PMCYEyCZyQHzG4A/bppDXDR+Msl9uP0I7Y1jfXvTN5Z43G+INEVMTPGtaVmmuuM2GrELWk+njgfOjk0cODs6O1NbMzZT4SbbUr8Jx/HCMQEud6+BS6tCTM0NSNXuuMpLQffesKPJ+kTQc/K6mi/Xuzbqj6d4+6Ro3Npl3MfhUN1yC3JAzGJGiSaKLvyXM4fPMbA2SK761d6GWyc+7K/Pt4SDQY+4LGDNdZdueb+Lqiamd85GMFiWTU8AwvY5hwcLtIkpnYrN3XIGCzJoVjVSaMeK7cNpRl/9gT5xc0xigC9th408OqBU/6MEj4uT/pRXVdAPpCXo29KmfLc4t/E=
file: cerberus-dashboard.tar.gz
on:
repo: Nike-Inc/cerberus-management-dashboard
tags: true
script:
- npm test
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "0.6.0",
"description": "A management dashboard for Cerberus.",
"main": "index.js",
"repository": {
"type": "git",
"url": "[email protected]:Nike-Inc/cerberus-management-dashboard.git"
},
"scripts": {
"start": "webpack --progress --colors --watch",
"test": "echo 'no-op'",
Expand Down

0 comments on commit ff32cca

Please sign in to comment.