Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

fix(tests): pass tests in node 10 #473

Merged
merged 2 commits into from
Feb 1, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore(ci): run tests on node 10
  • Loading branch information
philbooth committed Feb 1, 2019
commit 5467e2fcb577c0e7f98c7acb4dd172fe4f15f12b
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: node_js

node_js:
- "8"
- "10"

dist: trusty

Expand Down