github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/public/libs/vue-1.0.24/build/ci.sh (about)

     1  set -e
     2  if [ -z "$CI_PULL_REQUEST" ]
     3  then
     4    npm run lint
     5    npm run cover
     6    cat ./coverage/lcov.info | ./node_modules/.bin/codecov
     7    npm run build
     8    npm run e2e
     9    npm run sauce-all
    10  else
    11    npm test
    12  fi