Skip to content

Commit

Permalink
Travis publish 2
Browse files Browse the repository at this point in the history
  • Loading branch information
avil13 committed Oct 11, 2019
1 parent 4625aa0 commit cd6ebcb
Show file tree
Hide file tree
Showing 6 changed files with 8,359 additions and 8,290 deletions.
18 changes: 0 additions & 18 deletions .npmignore

This file was deleted.

1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.md
27 changes: 12 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,29 @@
sudo: false
language: node_js
node_js:
- node

- node
branches:
only:
- master

- master
cache:
directories:
- node_modules

- node_modules
before_install:
- npm update
- npm update
install:
- npm install
- npm install
script:
- npm run test
- npm run test:coveralls
- npm run publish

- npm run test
- npm run test:coveralls
- npm publish
deploy:
provider: npm
email: $EMAIL_ADDRESS
api_key: $AUTH_TOKEN
tag: next
email: "$EMAIL_ADDRESS"
api_key:
secure: O68JunPFnpkWIXmbGhvomehJnaDvFdrd5ss4GDCuZSck9tUXsCqAJhU5BKHtfS/IGvKmXRuFvW0V0LRr2DpCRHEcdqnvel9xnht5G0F79RT6eT1FV4EhBdXBqGWdehlShvDIg8X0xUZuepTJlDjRGzCSwexURlLqvXY0XXVaiA3DLOMYHhk4+9eee1Z8ZQgr73Ut2ss5SwXK5QABu+rXxdHrf5NbeBI/OI2TyvdHsZc6Rt9GM3ruiuE88ZqAS1+QzFcwzxljDPwatZOp5VPZ1u/54Vw81GnaVV7aOgyQDWdtBLxAZQad848P3wXczK0tuZc+J2KPVKq2PEfjaETuq4nYFAlI9lSnoTQ5Y2G5hLflkly319GPXrivxUbkYXCP5vkI8AqtnRdDmhutuqeWKpUt23VSiAa9maRisOeFDAHzUcrQEFtE3oxgaDiJqOX4n7WucLbFAfBIJWVNsgCNDgkIri+xc+ki6AQI5N+BF4UPxEkVI3aCnqJTC4kYCkVJDNol3zbo2M0oajhxXY0Oi4TTRj2Vq0Pv8F5UbmAc6lZQW/RT/RpM8+ec1bz6LTiKXe5ES+rvRMRSl3DRFPmX+WoQKowyEqa0re2JZMQ46f8bRkKnUcgTyYmi8jTwuhDN3GKUUmbNlD4pN2ixrLifjVmVvwZDKI3KDCSgEoMZUQA=
on:
branch: master
skip_cleanup: true

notification:
email: false
Loading

0 comments on commit cd6ebcb

Please sign in to comment.