From 13854304f39cf394c315751406cdebcc86d9f2b8 Mon Sep 17 00:00:00 2001 From: Stefan Fehrenbach Date: Tue, 5 Jun 2018 09:29:14 +0100 Subject: [PATCH] Travis config --- .travis.yml | 13 +++++++++++++ README.md | 1 + 2 files changed, 14 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..7619fbf --- /dev/null +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index e0bceed..a6bed7c 100644 --- a/README.md +++ b/README.md @@ -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) purescript-unordered-collections on Pursuit