This commit is contained in:
icyrockcom 2018-01-17 23:54:31 -05:00
parent d2efb6f0f9
commit 7bfc8d7c02

View File

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