Skip to content

Commit

Permalink
add -d when run docker
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 3c5d900 commit 91cfd93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 jimexist/sqoop
- docker run -d jimexist/sqoop

script:
npm run coverage
npm run coverage

0 comments on commit 91cfd93

Please sign in to comment.