mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted.git
synced 2025-04-29 07:24:18 +02:00
Fix travis npm install error.
This commit is contained in:
parent
ef51d1d6e1
commit
452aacfd3d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue