Skip to content

Commit 1385430

Browse files
committed
Travis config
1 parent aba4449 commit 1385430

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: node_js
2+
node_js: node
3+
dist: trusty
4+
sudo: required
5+
install:
6+
- npm install -g bower purescript pulp
7+
script:
8+
- bower install
9+
- make
10+
after_success:
11+
- test $TRAVIS_TAG &&
12+
echo $GITHUB_TOKEN | pulp login &&
13+
echo y | pulp publish --no-push

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# purescript-unordered-collections
2+
[![Build Status](https://travis-ci.org/fehrenbach/purescript-unordered-collections.svg?branch=master)](https://travis-ci.org/fehrenbach/purescript-unordered-collections)
23
<a href="https://pursuit.purescript.org/packages/purescript-unordered-collections">
34
<img src="https://pursuit.purescript.org/packages/purescript-unordered-collections/badge"
45
alt="purescript-unordered-collections on Pursuit">

0 commit comments

Comments
 (0)