Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Adding testing, which informed v2 API, updated docs to reflect #14

Merged
merged 1 commit into from
Mar 6, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: node_js
node_js:
- '6.9'
- '7.7'
cache:
yarn: true
directories:
- node_modules
before_script:
- yarn
script:
- yarn test