UNPKG

jshint-loader

Version:
36 lines (35 loc) 1.06 kB
# Tasks are commented out purposfully. Will be uncommented for webpack-defaults application sudo: false language: node_js branches: only: - master matrix: fast_finish: true include: - os: linux node_js: '6' env: JOB_PART=test - os: linux node_js: '4.3' env: JOB_PART=test - os: linux node_js: '7' env: JOB_PART=test # - os: linux # node_js: '7' # env: WEBPACK_VERSION="2.2.0" BITHOUND_CHECK=true JOB_PART=lint # - os: linux # node_js: '7' # env: WEBPACK_VERSION="2.2.0" JOB_PART=coverage before_install: - nvm --version - node --version before_script: # - if [ "$WEBPACK_VERSION" ]; then yarn add webpack@^$WEBPACK_VERSION; fi # - if [ "$BITHOUND_CHECK" ]; then npm install -g bithound; bithound check git@github.com:$TRAVIS_REPO_SLUG.git; fi script: - yarn run travis:$JOB_PART # after_success: # - bash <(curl -s https://codecov.io/bash) # TODO: This test suite will throw schema errors with webpack 2.2.x installed. Address this on defaults upgrade to Jest