Fix travis npm install error.
This commit is contained in:
parent
ef51d1d6e1
commit
452aacfd3d
|
@ -6,7 +6,7 @@ node_js:
|
||||||
before_install:
|
before_install:
|
||||||
- rvm install 2.6.2
|
- rvm install 2.6.2
|
||||||
- gem install awesome_bot
|
- gem install awesome_bot
|
||||||
- npm install colors
|
- npm install -g colors
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue