We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f77619 commit 5f24d46Copy full SHA for 5f24d46
.travis.yml
@@ -47,7 +47,7 @@ before_install:
47
- mkdir -p ~/.local/bin
48
- export PATH=$HOME/.local/bin:$PATH
49
- 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
+- curl -sL https://deb.nodesource.com/setup_7.x | bash - && apt install -y nodejs && ln -s /usr/local/bin/nodejs /usr/local/bin/node
51
52
install:
53
# Build dependencies
0 commit comments