diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..841ceb7 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,17 @@ +language: node_js +dist: trusty +sudo: required +node_js: 6 +install: + - npm install -g yarn + - yarn global add purescript pulp bower purescript-psa + - export PATH="$PATH:`yarn global bin`" + - bower install + - yarn install +script: + - pulp test +after_success: +- >- + test $TRAVIS_TAG && + echo $GITHUB_TOKEN | pulp login && + echo y | pulp publish --no-push