mirror of
https://github.com/marktext/marktext.git
synced 2025-05-02 22:22:18 +08:00
Fix TravisCI linting (#415)
This commit is contained in:
parent
36bad78348
commit
8a8500dc42
@ -60,6 +60,7 @@ install:
|
|||||||
script:
|
script:
|
||||||
#- xvfb-maybe node_modules/.bin/karma start test/unit/karma.conf.js
|
#- xvfb-maybe node_modules/.bin/karma start test/unit/karma.conf.js
|
||||||
#- yarn run pack && xvfb-maybe node_modules/.bin/mocha test/e2e
|
#- yarn run pack && xvfb-maybe node_modules/.bin/mocha test/e2e
|
||||||
|
- yarn run lint
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then yarn run release:linux ; fi
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then yarn run release:linux ; fi
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then yarn run release ; fi
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then yarn run release ; fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user