Skip to content

Commit 20caf2c

Browse files
committed
Update project CI
1 parent 4bcf6ad commit 20caf2c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: docker
55
sudo: required
66
cache: cargo
77
rust:
8-
# - stable # Only build on nightly rust for now
8+
- stable # Only build on nightly rust for now
99
- nightly
1010

1111
# This is required for coveralls

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
![](assets/logo.svg)
22

33
[![](https://travis-ci.org/rust-db/barrel.svg?branch=master)](https://travis-ci.org/rust-db/barrel)
4-
[![](https://ci.appveyor.com/api/projects/status/7e00r2e1xatxk3bj?svg=true)](https://ci.appveyor.com/project/spacekookie/barrel)
5-
[![](https://coveralls.io/repos/github/rust-db/barrel/badge.svg?branch=master&service=github)](https://coveralls.io/github/rust-db/barrel?branch=master)
64
[![](https://docs.rs/barrel/badge.svg)](https://docs.rs/barrel/)
75
[![](https://img.shields.io/crates/v/barrel.svg)](https://crates.io/crates/barrel)
86
[![](https://img.shields.io/crates/d/barrel.svg)](https://crates.io/crates/barrel)
@@ -18,6 +16,7 @@ database-specific builders.
1816
This way you can focus on your Rust code, without having to worry
1917
about SQL.
2018

19+
2120
## Example
2221

2322
The following example will help you get started
@@ -46,6 +45,7 @@ with `diesel`. A guide with some more information on how to get
4645
started can be found
4746
[here](https://github.com/spacekookie/barrel/blob/master/guides/diesel-setup.md)
4847

48+
4949
### Migration guide
5050

5151
If you've been using `barrel` to write migrations for `diesel` before
@@ -59,6 +59,7 @@ builder functions. The same type would now be `types::varchar(255)`
5959
You can also directly created your own `Type` builders this way.
6060
Check the docs for details!
6161

62+
6263
## License
6364

6465
`barrel` is free software: you can redistribute it and/or modify it
@@ -69,6 +70,7 @@ WITHOUT ANY WARRANTY; without even the implied warranty of
6970
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the MIT
7071
Public License for more details.
7172

73+
7274
## Conduct
7375

7476
In the interest of fostering an open and welcoming environment, the

0 commit comments

Comments
 (0)