Update CI to use Spago as dependency manager and build tool

This commit is contained in:
Jordan Martinez 2020-05-20 18:07:49 -07:00
parent c0a2466ddf
commit c899c23326

View File

@ -2,7 +2,7 @@ node_js:
- "node"
language: node_js
install:
- npm install -g purescript pulp bower
- bower install
- npm install -g purescript spago
- spago install
script:
- pulp test
- spago test