Skip to content

Commit

Permalink
support mysql-for-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Chyroc Chen authored and Chyroc Chen committed Jan 14, 2017
1 parent 363146c commit a6f20f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ node_js:
- "4"

before_install:
- docker run -d -p 12000:12000 jimexist/sqoop:1.99.7-2
- docker run --name mysql-for-test -e MYSQL_ROOT_PASSWORD=12345678 -d mysql
- docker run --name sqoop-for-test --link mysql-for-test:mysql -d -p 12000:12000 jimexist/sqoop:1.99.7-2

script:
npm run coverage

0 comments on commit a6f20f7

Please sign in to comment.