Skip to content

Commit

Permalink
Change to travis to publish properly
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegron committed Mar 26, 2019
1 parent acf0f59 commit cd62da7
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 22 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bin\coverage
15 changes: 6 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,20 @@
language: node_js
node_js:
- 'lts/*'

- lts/*
addons:
chrome: stable

notifications:
email:
on_success: change
on_failure: always

script:
- npm run testCoverage

- npm run build
- npm run testCoverage
deploy:
- provider: npm
email: sandbox_JSUI@coveo.com
api_key: $NPM_TOKEN
api_key:
secure: Q5J9xZgaBIlRb/cgEiETnVHA2fK7WS/pE0Iy8E3EZl1WJ4BUdMNiogzKeQKIV0Zhd0jwG3CtcHFCtpZ76sgjn1MPoD8khPIxauj3PMKPgg3QOUwdc+h8DBKYzWLt5ERgjNJIjY0jmzPC3uBEGExViIl3eiRuYe4PhKUbu/kRni9dAR0phCd7saZd72Lj3iSJHE4WRXam5bF3/mg5sMSIVoxbxTcvCXdTmGdpdc9muDo62zJrhVgwD6z7c/enLA69qTyCe7EAvTLldZLxBokJ5T3aZpLKKIDV5X5v6QlxIeidRBGTVhmGQqgLolg1/a0QfEervXMeUlTuxgJMuEbwCK6CGoiAaIie8kagjqAUxpCASMtaXydbe72vTyJvYxc+pYzlmNHWx5zT5ffUh4Gl36cqGwrHlAD85iIe3J6yNCK4kHI3FBBL9cEXBi7RM1pe53Y16muS93CVg1gT8K6u/YxuwBQzDlY2GSjZaDCsBAN3cMoX3qdsVzmY+534F4JYDF/ZJpKcHW1CejrxDIzTtg+HZ5BcU3LAMD/0LYGpfDxRXzhy++NmWKQq6tFb2OdvcroTx0CLjTAuAMuCSCiYNnxog0O8wuwW9xoxss8WxcyjmUh2JN650h/I0xlbZOvEA2rHT9Q/sGmQ8mnOtbxKNhiOIwv1Q9J4qTKCxK/8Xwo=
on:
repo: coveo/search-ui-extensions
tags: true
all_branches: true
repo: coveo/search-ui-extensions
40 changes: 29 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"author": "Coveo <sandbox_JSUI@coveo.com> (http://source.coveo.com/)",
"license": "Apache-2.0",
"name": "coveo-search-ui-extensions",
"version": "0.0.2",
"description": "Small generic components to extend the functionality of Coveo's Search UI framework.",
Expand Down Expand Up @@ -29,8 +31,6 @@
"starter",
"seed"
],
"author": "Coveo <sandbox_JSUI@coveo.com> (http://source.coveo.com/)",
"license": "Apache-2.0",
"devDependencies": {
"@types/jasmine": "^3.3.9",
"@types/node": "^11.11.3",
Expand Down

0 comments on commit cd62da7

Please # to comment.