Skip to content

Commit 962438d

Browse files
committed
Fix travis.yml
1 parent fd516ec commit 962438d

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,7 +9,7 @@ install:
99
- wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz
1010
- tar -xvf $HOME/purescript.tar.gz -C $HOME/
1111
- chmod a+x $HOME/purescript
12-
- npm install
1312
- npm install -g bower
13+
- npm install
1414
script:
1515
- npm run build

0 commit comments

Comments
 (0)