File tree Expand file tree Collapse file tree 5 files changed +4746
-3580
lines changed Expand file tree Collapse file tree 5 files changed +4746
-3580
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,7 @@ matrix:
14
14
node_js : " 10"
15
15
# On Windows, run test:main only instead of test.
16
16
# https://github.com/qunitjs/qunit/issues/1359
17
- # On Windows, disable yarn-gpg due to it causing the
18
- # build to never finish (background process)
19
- # https://travis-ci.community/t/timeout-after-build-finished-and-succeeded/1336
20
- env : NPM_SCRIPT=test:main YARN_GPG=no
17
+ env : NPM_SCRIPT=test:main
21
18
- os : osx
22
19
# On Mac, test only the last LTS.
23
20
node_js : " 10"
@@ -27,7 +24,6 @@ matrix:
27
24
script :
28
25
- npm run $NPM_SCRIPT
29
26
cache :
30
- yarn : true
31
27
directories :
32
28
- $HOME/.npm
33
29
- $HOME/.cache
Original file line number Diff line number Diff line change @@ -23,12 +23,11 @@ Workflows for documentation or code changes are outlined below.
23
23
24
24
### Code
25
25
26
- For code changes, you'll need to have [ ` node.js ` ] ( https://nodejs.org/en/ ) and
27
- [ ` yarn ` ] ( https://yarnpkg.com/en/ ) installed on your machine.
26
+ For code changes, you'll need to have [ ` node.js ` ] ( https://nodejs.org/en/ ) installed on your machine.
28
27
29
- Install dependencies in the repository via ` yarn install` . Make your code
30
- changes and run ` yarn test` to lint and test the changes. To run tests as you
31
- make changes to the code base, you can use ` yarn dev` which will rebuild QUnit
28
+ Install dependencies in the repository via ` npm install` . Make your code
29
+ changes and run ` npm test` to lint and test the changes. To run tests as you
30
+ make changes to the code base, you can use ` npm run dev` which will rebuild QUnit
32
31
and run tests any time you make a change to the source code.
33
32
34
33
Almost all code changes should be accompanied by new unit tests to verify the
You can’t perform that action at this time.
0 commit comments