Skip to content

Commit

Permalink
Add ChangeLog.md and .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Sep 27, 2019
1 parent 89df295 commit 3b52cd8
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
sudo: required
language: c

os: linux
dist: xenial

env:
- GHCVER=8.4.4
- GHCVER=8.6.5
- GHCVER=8.8.1

before_install:
- sudo add-apt-repository -y ppa:hvr/ghc
- sudo apt-get update
- sudo apt-get install cabal-install-3.0 ghc-$GHCVER
- export PATH=/opt/cabal/bin:/opt/ghc/$GHCVER/bin:$PATH

install:
- cabal-3.0 update

script:
- cabal-3.0 configure --enable-tests
- cabal-3.0 build
- cabal-3.0 test --test-show-details=streaming
- cabal-3.0 check
- cabal-3.0 haddock
- cabal-3.0 sdist
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# ChangeLog for `bech32`

## 1.0.0 -- 2019-09-27

+ Initial release pulled from https://github.com/input-output-hk/cardano-wallet

0 comments on commit 3b52cd8

Please sign in to comment.