diff --git a/.travis.yml b/.travis.yml index 1630d01..fe93477 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ cache: before_install: - cd $TRAVIS_BUILD_DIR/client - - if [ ! -f "node_modules" ]; then npm install; fi + - if [ ! -d "node_modules" ]; then npm install; fi - go get -u github.com/mattn/goveralls - curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh - cd $TRAVIS_BUILD_DIR/server