Skip to content

Commit 7f407ea

Browse files
authored
Update to use curl to fetch the initial script
1 parent 04ce6bc commit 7f407ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ env:
99
- GHCVER=head
1010

1111
script:
12-
- wget https://raw.github.com/ndmitchell/neil/master/travis.sh -O - --quiet | sh
12+
- curl -sL https://raw.github.com/ndmitchell/neil/master/travis.sh | sh

0 commit comments

Comments
 (0)