Skip to content

Commit

Permalink
fix
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 4bda01e commit f3baf52
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
sudo: required

services:
- docker

language: node_js

node_js:
Expand All @@ -8,26 +11,8 @@ node_js:
- "5"
- "4"

#env:
# global:
# - CACHE_DIR=$HOME/.cache/docker
# - CACHE_FILE_SQOOP=$CACHE_DIR/sqoop.tar.gz

services:
- docker

#cache:
# directories:
# - $CACHE_DIR

#before_install:
# - mkdir -p $CACHE_DIR
# - if [ -f ${CACHE_FILE_SQOOP} ]; then gunzip -c ${CACHE_FILE_SQOOP} | docker load; fi

install:
before_install:
- docker run -d -p 12000:12000 jimexist/sqoop
# - if [ ! -f ${CACHE_FILE_SQOOP} ]; then docker save jimexist/sqoop | gzip > ${CACHE_FILE_SQOOP}; fi


script:
npm run coverage

0 comments on commit f3baf52

Please sign in to comment.