This commit is contained in:
icyrockcom 2020-04-17 22:04:32 -04:00
parent ec0a903f7d
commit 7a395b0c37
2 changed files with 2 additions and 3 deletions

View File

@ -1 +0,0 @@
15855

View File

@ -3,9 +3,9 @@ node_js:
- "stable" - "stable"
sudo: false sudo: false
install: install:
- npm install -g purescript pulp bower - npm install -g purescript pulp spago
- npm install - npm install
- bower install - spago install
after_success: after_success:
- >- - >-
test $TRAVIS_TAG && test $TRAVIS_TAG &&