Skip to content

Commit

Permalink
v1.2.0 — Added Travis config. (#23)
Browse files Browse the repository at this point in the history
### Added
- Added Travis config.
- Added Travis badge to readme.
  • Loading branch information
DamianMullins authored and ashleynolan committed Aug 20, 2018
1 parent 17e80f8 commit d7b87da
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: node_js

node_js:
- "8"
- "6"

cache: yarn

sudo: false

notifications:
email: false

script:
- yarn run lint
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,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).


v1.2.0
------------------------------
*August 20, 2018*

### Added
- Added Travis config.
- Added Travis badge to readme.


v1.1.0
------------------------------
*August 10, 2018*
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# `f-icons` — Common icons for use in Fozzie projects.

[![npm version](https://badge.fury.io/js/%40justeat%2Ff-icons.svg)](https://badge.fury.io/js/%40justeat%2Ff-icons)
[![Build Status](https://travis-ci.org/justeat/f-icons.svg)](https://travis-ci.org/justeat/f-icons)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@justeat/f-icons",
"description": "Common icons for use in Fozzie projects.",
"version": "1.1.0",
"version": "1.2.0",
"files": [
"src"
],
Expand Down

0 comments on commit d7b87da

Please sign in to comment.