mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
chore(.travis.yml): fix for running tests with grunt
This commit is contained in:
parent
307c919584
commit
56f5fc40b4
|
@ -6,3 +6,10 @@ node_js:
|
||||||
before_install:
|
before_install:
|
||||||
- '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@1.4.28'
|
- '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@1.4.28'
|
||||||
- npm install -g npm@latest
|
- npm install -g npm@latest
|
||||||
|
- npm install -g grunt-cli
|
||||||
|
|
||||||
|
#travis build speed up
|
||||||
|
sudo: false
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- node_modules
|
||||||
|
|
Loading…
Reference in New Issue
Block a user