Skip to content

Commit

Permalink
Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
fehrenbach committed Jun 5, 2018
1 parent aba4449 commit 1385430
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: node_js
node_js: node
dist: trusty
sudo: required
install:
- npm install -g bower purescript pulp
script:
- bower install
- make
after_success:
- test $TRAVIS_TAG &&
echo $GITHUB_TOKEN | pulp login &&
echo y | pulp publish --no-push
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# purescript-unordered-collections
[![Build Status](https://travis-ci.org/fehrenbach/purescript-unordered-collections.svg?branch=master)](https://travis-ci.org/fehrenbach/purescript-unordered-collections)
<a href="https://pursuit.purescript.org/packages/purescript-unordered-collections">
<img src="https://pursuit.purescript.org/packages/purescript-unordered-collections/badge"
alt="purescript-unordered-collections on Pursuit">
Expand Down

0 comments on commit 1385430

Please sign in to comment.