Skip to content

Commit 30a627c

Browse files
committed
Remove pulp/bower build from Travis.
1 parent 0c96302 commit 30a627c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,14 @@ env:
88

99
install:
1010
- PURS_VER=v0.13.3
11-
- SPAGO_VER=0.9.0.0
11+
- SPAGO_VER=0.10.0.0
1212
- wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$PURS_VER/linux64.tar.gz
1313
- wget -O $HOME/spago.tar.gz https://github.com/spacchetti/spago/releases/download/$SPAGO_VER/linux.tar.gz
1414
- tar -xvf $HOME/purescript.tar.gz -C $HOME/
1515
- tar -xvf $HOME/spago.tar.gz -C $HOME/
1616
- chmod a+x $HOME/purescript/purs
1717
- chmod a+x $HOME/spago
18-
- npm install -g bower@^1.8.8 pulp@^13.0.0
1918
- spago install
20-
- bower install
2119
script:
22-
- spago build
20+
- spago build --path example/**/*.purs
2321
- spago test
24-
- rm -rf .spago output
25-
- pulp build

0 commit comments

Comments
 (0)