Skip to content

Commit 20a8912

Browse files
Merge pull request #350 from arrowrowe/enhance/include-travis
初始化 Travis-CI 相关配置
2 parents d48a695 + c7bdb16 commit 20a8912

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
language: node_js
2+
3+
node_js:
4+
- "5"

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# RustPrimer
2+
3+
[![build status][build-badge]][build-url]
4+
5+
[build-badge]: https://api.travis-ci.org/rustcc/RustPrimer.svg
6+
[build-url]: https://travis-ci.org/rustcc/RustPrimer
7+
28
The Rust primer for beginners.
39
给初学者的Rust中文教程。
410

0 commit comments

Comments
 (0)