Skip to content

Commit

Permalink
use localhost as host
Browse files Browse the repository at this point in the history
  • Loading branch information
Chyroc Chen authored and Chyroc Chen committed Jan 11, 2017
1 parent 91cfd93 commit 8d7ccf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ node_js:
- "4"

before_install:
- docker run -d jimexist/sqoop
- docker run -d -p 12000:12000 jimexist/sqoop

script:
npm run coverage
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Hasoop } from '../src/index'

const config = {
'userName': 'Developer',
'host': 'sqoop',
'host': 'localhost',
'port': 12000,
'webapp': 'sqoop'
}
Expand Down

0 comments on commit 8d7ccf8

Please sign in to comment.