Skip to content

Commit 202d63d

Browse files
committed
Changed travis ci to use yarn as issue with npm and create-react-app.
facebook/create-react-app#5259
1 parent f61097b commit 202d63d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ node_js:
44
- "8"
55
- "7"
66
install:
7-
- npm install
8-
- npm install -g codecov
7+
- yarn install
8+
- yarn install -g codecov
99
cache:
1010
directories:
1111
- "node_modules"
1212
script:
13-
- npm test -- --coverage
13+
- yarn test -- --coverage
1414
after_success:
1515
- codecov
16-
- npm run build
16+
- yarn run build
1717
before_deploy:
1818
- cd build
1919
deploy:

0 commit comments

Comments
 (0)