Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2 from cryogenian/travis
Browse files Browse the repository at this point in the history
added travis config
  • Loading branch information
cryogenian authored Dec 26, 2017
2 parents 5a1cdd8 + ac68c2a commit c93f216
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
3 changes: 3 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit c93f216

Please sign in to comment.