Skip to content

Commit 5f24d46

Browse files
committed
Remove sudo
1 parent 8f77619 commit 5f24d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ before_install:
4747
- mkdir -p ~/.local/bin
4848
- export PATH=$HOME/.local/bin:$PATH
4949
- travis_retry curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
50-
- curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash - && apt install -y nodejs && ln -s /usr/local/bin/nodejs /usr/local/bin/node
50+
- curl -sL https://deb.nodesource.com/setup_7.x | bash - && apt install -y nodejs && ln -s /usr/local/bin/nodejs /usr/local/bin/node
5151

5252
install:
5353
# Build dependencies

0 commit comments

Comments
 (0)