Skip to content

Commit

Permalink
Correcting errors during testing
Browse files Browse the repository at this point in the history
  • Loading branch information
valentineus committed Nov 10, 2017
1 parent 11e41ec commit 2decca8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ node_js:
- "4"

os:
- linux
- "linux"
- "osx"

services:
- docker
Expand Down
2 changes: 1 addition & 1 deletion src/tests/functional.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { assert } from 'chai';
import crypto from 'crypto';
import sinon from 'sinon';

import { Channel, ChannelsManager } from '../../../ancient-channels/src/lib/index';
import { Channel, ChannelsManager } from 'ancient-channels';
import { Peer } from '../lib/index';
import {
ApiManager,
Expand Down

0 comments on commit 2decca8

Please sign in to comment.