Skip to content

Commit

Permalink
add travis
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraVieira committed Dec 24, 2018
1 parent 1f3dcf7 commit d971829
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: node_js
cache:
directories:
- node_modules
yarn: true
node_js:
- 8
- 9
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ In order for fiddly to render the inner contents as markdown you will need to ad

```markdown
<div align="center" data-markdown="1">
[![Hello](./image)](https://link.url)
[![Hello](./image)](https://link.url) [![Build Status](https://travis-ci.org/SaraVieira/fiddly.svg)](https://travis-ci.org/SaraVieira/fiddly)
</div>
```

Expand Down

0 comments on commit d971829

Please sign in to comment.