generated from Kibibit/project-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(image-maker): initial implementation
- Loading branch information
1 parent
88a3b46
commit 6c1c6fe
Showing
14 changed files
with
7,761 additions
and
528 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,3 +102,8 @@ dist | |
|
||
# TernJS port file | ||
.tern-port | ||
|
||
# kibibit | ||
test-results | ||
__diff_output__ | ||
lib |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Oops, something went wrong.