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

Commit

Permalink
#11: Add deploy conditions and credentials to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xander-marjoram committed Feb 22, 2018
1 parent 5ce0798 commit 49ab9b0
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
18 changes: 14 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js

node_js:
- "6"
- "8"
- '6'
- '8'

cache: yarn

Expand All @@ -12,5 +12,15 @@ notifications:
email: false

script:
- yarn lint
- yarn danger ci
- yarn lint
- yarn danger ci

deploy:
provider: npm
email: [email protected]
api_key:
secure: ELvuVI5RvAH4p7xz6VcaM8ibHgiMOect+UK/iE2W96qJwZQXOKM9nIKXXIejclICPdT/noOCvQlNNxet89HynZrv/C4rgxGlcRHdILwf5J2KU1Qyu+Me/S4tpbl70jU5y14RB327j0JsnD9liqst11h7m4qJ7UTsNHZRADWgMVYrwt8aJAkONDS+lhDFilNEB7rWSRGnk66d1AmTAFNxUTiaf78G+xMTQo0zX10HgsWLGuW63DLV9A4Bo+MNXw40j0mSVGctXfBuZ3NvW7+Gnk9HI8jaVZVtfAVHfxQfGr2X+HPTv5/VaPaztiOOT2TswuJhV2Zybe+VbfobL0tG3NigL42ldYao8UaNHrozLxCkLloXZJzbr5vhv/9CiZGd1awJ9+bI8JiRidMwcvsRqrak3YP8e6OPBB/ePcm5bL6TDykyDIhYA7pJTFyTaovbnac3h7wYx6881suj8AY4UYThUcNCqyjiVxfHosH2jNOEsGk53fWj43VfRCXqdjiPUwt75GJjkzxUqvsMTttaX9Z9DNXAIpJ+oXuXbPzZcsOsJMsu6TWwfPx3sf2ILbaZz4IHAob5lB+Gw/CfTJKS40heTzkpkurk+hw/4M6L/8FUlTLNZi22d6KdPfWwxaS6vaqDzW29clovNDKfx/+hIP46wk4ewdUpShu3T0RlVB8=
on:
tags: true
repo: justeat/fozzie
branch: master
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


v0.31.0
------------------------------
*February 22, 2018*

### Changed
- Publishes to npm on tagged commit to master


v0.30.0
------------------------------
*February 22, 2018*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@justeat/fozzie",
"title": "Fozzie – Just Eat UI Web Framework",
"description": "UI Web Framework for the Just Eat Global Platform",
"version": "0.30.0",
"version": "0.31.0",
"files": [
"src"
],
Expand Down

0 comments on commit 49ab9b0

Please sign in to comment.