Skip to content

Commit

Permalink
Merge c509b30 into 88a3b46
Browse files Browse the repository at this point in the history
  • Loading branch information
thatkookooguy committed Dec 25, 2019
2 parents 88a3b46 + c509b30 commit 496bc62
Show file tree
Hide file tree
Showing 14 changed files with 14,420 additions and 4,926 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
26 changes: 26 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
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 deploy-test-results
- 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 496bc62

Please sign in to comment.