Skip to content

Commit d9a1473

Browse files
committed
Update *all* the binary names in the travis.yml file
1 parent f2f02c0 commit d9a1473

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
@@ -5,7 +5,7 @@ env:
55
- TAG=v0.7.0
66
install:
77
- wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz
8-
- sudo tar zxvf $HOME/purescript.tar.gz -C /usr/local/bin purescript/psc{,i,-docs,-make} --strip-components=1
8+
- sudo tar zxvf $HOME/purescript.tar.gz -C /usr/local/bin purescript/psc{,i,-docs,-bundle,-publish} --strip-components=1
99
- sudo chmod a+x /usr/local/bin/psc{,i,-docs,-bundle,-publish}
1010
- npm install bower gulp -g
1111
- npm install && bower install

0 commit comments

Comments
 (0)