Skip to content

Commit

Permalink
Merge pull request #1 from slamdata/travis
Browse files Browse the repository at this point in the history
Add travis build
  • Loading branch information
garyb authored Mar 1, 2017
2 parents f977c8b + b8341e3 commit 49bfe36
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 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
script:
- npm run -s build
after_success:
- >-
test $TRAVIS_TAG &&
echo $GITHUB_TOKEN | pulp login &&
echo y | pulp publish --no-push
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 49bfe36

Please sign in to comment.