File tree Expand file tree Collapse file tree 6 files changed +37
-0
lines changed Expand file tree Collapse file tree 6 files changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ book
Original file line number Diff line number Diff line change 1+ language : rust
2+ sudo : false
3+
4+ cache :
5+ - cargo
6+
7+ env :
8+ RUSTINFRA_DEPLOY_DIR : book
9+ import :
10+ - lang/simpleinfra/travis-configs/static-websites.yml
11+
12+ rust :
13+ - stable
14+
15+ before_script :
16+ - (test -x $HOME/.cargo/bin/cargo-install-update || cargo install cargo-update)
17+ - (test -x $HOME/.cargo/bin/mdbook || cargo install --vers "^0.3" mdbook)
18+ - cargo install-update -a
19+
20+ script :
21+ - mdbook build && mdbook test
Original file line number Diff line number Diff line change 1+ [book ]
2+ authors = [" Niko Matsakis" ]
3+ language = " en"
4+ multilingual = false
5+ src = " src"
6+ title = " The Traits Working Group"
Original file line number Diff line number Diff line change 1+ # Summary
2+
3+ - [ Welcome] ( ./welcome.md )
4+ - [ Minutes and design notes] ( ./minutes.md )
Original file line number Diff line number Diff line change 1+ Minutes from various meetings are located in [ the ` minutes ` directory
2+ on the github repository] [ minutes ] .
3+
4+ [ minutes ] : https://github.com/rust-lang/wg-traits/tree/master/minutes
Original file line number Diff line number Diff line change 1+ # Welcome to the traits working group
You can’t perform that action at this time.
0 commit comments