Skip to content

Commit cb626e8

Browse files
committed
ctco-dev: comment out linting in simple tests
1 parent 6c54058 commit cb626e8

File tree

2 files changed

+17
-23
lines changed

2 files changed

+17
-23
lines changed

.travis.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dist: trusty
33
language: node_js
44
node_js:
55
- 8
6-
- 9
6+
- 10
77
cache:
88
directories:
99
- node_modules
@@ -20,9 +20,3 @@ env:
2020
- TEST_SUITE=simple
2121
- TEST_SUITE=installs
2222
- TEST_SUITE=kitchensink
23-
matrix:
24-
include:
25-
- node_js: 0.10
26-
env: TEST_SUITE=old-node
27-
- node_js: 6
28-
env: TEST_SUITE=kitchensink

tasks/e2e-simple.sh

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -99,24 +99,24 @@ yarn config set registry "$custom_registry_url"
9999
npx npm-cli-login@0.0.10 -u user -p password -e user@example.com -r "$custom_registry_url" --quotes
100100

101101
# Lint own code
102-
./node_modules/.bin/eslint --max-warnings 0 packages/babel-preset-react-app/
103-
./node_modules/.bin/eslint --max-warnings 0 packages/create-react-app/
104-
./node_modules/.bin/eslint --max-warnings 0 packages/eslint-config-react-app/
105-
./node_modules/.bin/eslint --max-warnings 0 packages/react-dev-utils/
102+
# ./node_modules/.bin/eslint --max-warnings 0 packages/babel-preset-react-app/
103+
# ./node_modules/.bin/eslint --max-warnings 0 packages/create-react-app/
104+
# ./node_modules/.bin/eslint --max-warnings 0 packages/eslint-config-react-app/
105+
# ./node_modules/.bin/eslint --max-warnings 0 packages/react-dev-utils/
106106
./node_modules/.bin/eslint --max-warnings 0 packages/react-scripts/
107-
cd packages/react-error-overlay/
108-
./node_modules/.bin/eslint --max-warnings 0 src/
109-
yarn test
107+
# cd packages/react-error-overlay/
108+
# ./node_modules/.bin/eslint --max-warnings 0 src/
109+
# yarn test
110110

111-
if [ $APPVEYOR != 'True' ]; then
112-
# Flow started hanging on AppVeyor after we moved to Yarn Workspaces :-(
113-
yarn flow
114-
fi
111+
# if [ $APPVEYOR != 'True' ]; then
112+
# # Flow started hanging on AppVeyor after we moved to Yarn Workspaces :-(
113+
# yarn flow
114+
# fi
115115

116-
cd ../..
117-
cd packages/react-dev-utils/
118-
yarn test
119-
cd ../..
116+
# cd ../..
117+
# cd packages/react-dev-utils/
118+
# yarn test
119+
# cd ../..
120120

121121
# ******************************************************************************
122122
# First, test the create-react-app development environment.
@@ -149,7 +149,7 @@ git clean -df
149149

150150
# Install the app in a temporary location
151151
cd $temp_app_path
152-
npx create-react-app test-app
152+
npx create-react-app --scripts-version=@aeldar/react-scripts test-app
153153

154154
# TODO: verify we installed prerelease
155155

0 commit comments

Comments
 (0)