mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2024-11-27 11:44:52 -05:00
travis
This commit is contained in:
parent
750a15f64e
commit
81f0149458
2 changed files with 4 additions and 2 deletions
|
@ -136,7 +136,7 @@ Only projects that are stable and useful to users are added. Projects that do no
|
|||
### Testing
|
||||
|
||||
* [BurntSushi/quickcheck](https://github.com/BurntSushi/quickcheck) — a Rust implementation of [QuickCheck](http://www.haskell.org/haskellwiki/Introduction_to_QuickCheck1) [<img src="https://travis-ci.org/BurntSushi/quickcheck.svg?branch=master">](https://travis-ci.org/BurntSushi/quickcheck)
|
||||
* [farcaller/shiny](https://github.com/farcaller/shiny) — a fancy syntax similar to ruby's rspec or Objective-C's kiwi
|
||||
* [farcaller/shiny](https://github.com/farcaller/shiny) — a fancy syntax similar to ruby's rspec or Objective-C's kiwi [<img src="https://travis-ci.org/farcaller/shiny.svg?branch=master">](https://travis-ci.org/farcaller/shiny)
|
||||
|
||||
### Web programming
|
||||
|
||||
|
|
|
@ -234,7 +234,9 @@ DATA = \
|
|||
},
|
||||
"farcaller/shiny": {
|
||||
"url": "https://github.com/farcaller/shiny",
|
||||
"descr": "a fancy syntax similar to ruby's rspec or Objective-C's kiwi"
|
||||
"descr": "a fancy syntax similar to ruby's rspec or Objective-C's kiwi",
|
||||
"travis_url": "https://travis-ci.org/farcaller/shiny",
|
||||
"travis_badge": "https://travis-ci.org/farcaller/shiny.svg?branch=master"
|
||||
},
|
||||
"chris-morgan/rust-http": {
|
||||
"url": "https://github.com/chris-morgan/rust-http",
|
||||
|
|
Loading…
Reference in a new issue