Skip to content

Commit

Permalink
Feature/buffers (#137)
Browse files Browse the repository at this point in the history
* feat(upload): Add support for uploading node buffers

* feat(travis): add travis config file
  • Loading branch information
pcholuj authored Aug 8, 2018
1 parent 3e37dd4 commit edc9e25
Show file tree
Hide file tree
Showing 8 changed files with 3,590 additions and 2,917 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: node_js
git:
submodules: false

cache:
directories:
- "node_modules"

before_install:
- npm i -g npm@latest
Loading

0 comments on commit edc9e25

Please sign in to comment.