Skip to content

Commit e4446ea

Browse files
committed
Fix Travis build
1 parent b711f47 commit e4446ea

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ install:
88
- wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz
99
- tar -xvf $HOME/purescript.tar.gz -C $HOME/
1010
- chmod a+x $HOME/purescript
11-
- npm install bower grunt-cli pulp -g
12-
- npm install
13-
- bower install
11+
- npm install pulp -g
12+
- pulp dep update
1413
script:
1514
- pulp build
1615
- pulp test

0 commit comments

Comments
 (0)