mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
chore: cleanup ci scripts (#525)
This commit is contained in:
parent
b53f71bdf3
commit
fc43100286
|
@ -26,7 +26,6 @@ install:
|
||||||
# install node
|
# install node
|
||||||
# Get the latest stable version of Node.js or io.js
|
# Get the latest stable version of Node.js or io.js
|
||||||
- ps: Install-Product node $env:nodejs_version
|
- ps: Install-Product node $env:nodejs_version
|
||||||
|
|
||||||
# install grunt-cli globally
|
# install grunt-cli globally
|
||||||
- npm install -g grunt-cli
|
- npm install -g grunt-cli
|
||||||
# install modules
|
# install modules
|
||||||
|
@ -35,6 +34,7 @@ install:
|
||||||
test_script:
|
test_script:
|
||||||
# Output useful info for debugging
|
# Output useful info for debugging
|
||||||
- node --version && npm --version
|
- node --version && npm --version
|
||||||
|
- ps: grunt test
|
||||||
|
|
||||||
# Don't actually build.
|
# Don't actually build.
|
||||||
build: off
|
build: off
|
||||||
|
|
Loading…
Reference in New Issue
Block a user