1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 03:52:33 +02:00

Update .travis.yml

symlinking node was already done in apt-get and therefore resulted in an error.
This commit is contained in:
Leonardo Galli 2017-01-02 10:32:23 +01:00 committed by GitHub
parent 31b9ec1116
commit be6e6b910e

View File

@ -6,4 +6,3 @@ script: # the following commands are just examples, use whatever your build p
install:
- sudo apt-get install nodejs
- sudo apt-get install npm
- sudo ln -s /usr/bin/nodejs /usr/bin/node