Skip to content

Commit b01756d

Browse files
committed
Add Travis CI, badges, and beautify
1 parent eefde13 commit b01756d

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

.travis.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
language: d
2+
3+
# Trusty is Travis' default but reached EOL 2019-04-30
4+
dist: xenial
5+
6+
# Latest version of DMD/GDC/LDC
7+
matrix:
8+
include:
9+
- d: dmd
10+
- d: ldc
11+
- addons:
12+
apt:
13+
sources:
14+
- ubuntu-toolchain-r-test
15+
packages:
16+
- gdc-9
17+
env: DC=gdc-9

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# bitblob
1+
# BitBlob
2+
3+
[![Build Status](https://travis-ci.com/geod24/bitblob.svg?branch=v1.x.x)](https://travis-ci.com/geod24/bitblob)
4+
[![DUB Package](https://img.shields.io/dub/v/bitblob.svg)](https://code.dlang.org/packages/bitblob)
25

36
A lightweight wrapper to represent hashes as value types.
47

0 commit comments

Comments
 (0)