This repository has been archived by the owner on Jul 18, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(getOptions): deprecation warn in loaderUtils (#37)
* fix(getOptions): deprecation warn in loaderUtils * ci(Travis): update to contrib standard build * chore(yarn): add lock file and treat as binary * ci(Travis): add note about defaults upgrade
- Loading branch information
Showing
5 changed files
with
1,670 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
yarn.lock -diff |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,36 @@ | ||
# Tasks are commented out purposfully. Will be uncommented for webpack-defaults application | ||
sudo: false | ||
language: node_js | ||
os: | ||
- linux | ||
- osx | ||
node_js: | ||
- node | ||
- "6" | ||
- "5" | ||
- "4" | ||
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 [email protected]:$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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.