Skip to content

Commit

Permalink
feat(image-maker): initial implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
thatkookooguy committed Dec 25, 2019
1 parent 88a3b46 commit 6c1c6fe
Show file tree
Hide file tree
Showing 14 changed files with 7,761 additions and 528 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,8 @@ dist

# TernJS port file
.tern-port

# kibibit
test-results
__diff_output__
lib
25 changes: 25 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
sudo: false
language: node_js
cache:
directories:
- ~/.npm
node_js:
- "8.3"
notifications:
email: false
jobs:
include:
- stage: test
node_js: lts/*
script:
- npm run build
- npm run test:cov
- npm run coveralls
- stage: release
node_js: lts/*
script:
- npm run build
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
Binary file added Comfortaa-Regular.ttf
Binary file not shown.
Loading

0 comments on commit 6c1c6fe

Please sign in to comment.