We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c96302 commit 30a627cCopy full SHA for 30a627c
.travis.yml
@@ -8,18 +8,14 @@ env:
8
9
install:
10
- PURS_VER=v0.13.3
11
- - SPAGO_VER=0.9.0.0
+ - SPAGO_VER=0.10.0.0
12
- wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$PURS_VER/linux64.tar.gz
13
- wget -O $HOME/spago.tar.gz https://github.com/spacchetti/spago/releases/download/$SPAGO_VER/linux.tar.gz
14
- tar -xvf $HOME/purescript.tar.gz -C $HOME/
15
- tar -xvf $HOME/spago.tar.gz -C $HOME/
16
- chmod a+x $HOME/purescript/purs
17
- chmod a+x $HOME/spago
18
- - npm install -g bower@^1.8.8 pulp@^13.0.0
19
- spago install
20
- - bower install
21
script:
22
- - spago build
+ - spago build --path example/**/*.purs
23
- spago test
24
- - rm -rf .spago output
25
- - pulp build
0 commit comments