diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..968390b --- /dev/null +++ b/.travis.yml @@ -0,0 +1,15 @@ +language: node_js +dist: trusty +sudo: required +node_js: stable +install: + - npm install -g bower + - npm install + - bower install +script: + - npm run -s build +after_success: +- >- + test $TRAVIS_TAG && + echo $GITHUB_TOKEN | pulp login && + echo y | pulp publish --no-push diff --git a/package.json b/package.json index 03a8137..bc1b50a 100644 --- a/package.json +++ b/package.json @@ -5,10 +5,10 @@ "build": "pulp build -- --censor-lib --strict" }, "devDependencies": { - "pulp": "^10.0.0", - "purescript": "^0.10.5", + "pulp": "^10.0.1", + "purescript": "^0.10.7", "purescript-psa": "^0.4.0", - "rimraf": "^2.5.4" + "rimraf": "^2.6.1" }, "dependencies": { "virtual-dom": "^2.1.1"