diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..66a48b1 --- /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 --production +script: + - npm run -s build +after_success: +- >- + test $TRAVIS_TAG && + echo $GITHUB_TOKEN | pulp login && + echo y | pulp publish --no-push diff --git a/bower.json b/bower.json index 43c2723..a2cd255 100644 --- a/bower.json +++ b/bower.json @@ -26,5 +26,8 @@ "purescript-dom-classy": "^2.1.0", "purescript-dom": "^4.7.0", "purescript-number-input-halogen": "git://github.com/safareli/purescript-number-input-halogen.git#initial-props" + }, + "resolutions": { + "purescript-colors": "^4.0.0" } }