mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
chore: fix travis (#336)
This commit is contained in:
parent
b5e46fdb8d
commit
a029ab3127
|
@ -1,10 +1,10 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "0.12"
|
|
||||||
- "4.0"
|
- "4.0"
|
||||||
- "6.0"
|
- "6.0"
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
- npm update npm -g
|
||||||
- npm install -g grunt-cli
|
- npm install -g grunt-cli
|
||||||
|
|
||||||
#travis build speed up
|
#travis build speed up
|
||||||
|
|
Loading…
Reference in New Issue
Block a user