Skip to content

Commit f5f3ef6

Browse files
committed
ci: build docs
1 parent 51f3b41 commit f5f3ef6

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,17 @@ rust: stable
33

44
matrix:
55
include:
6-
# MSRV
76
- env: TARGET=x86_64-unknown-linux-gnu
8-
rust: 1.31.0
9-
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
107

8+
# MSRV
119
- env: TARGET=x86_64-unknown-linux-gnu
10+
rust: 1.31.0
1211
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
1312

1413
# no-std sanity check
1514
- env: TARGET=thumbv7m-none-eabi
1615
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
1716

18-
# no-std sanity check
1917
- env: TARGET=rustfmt
2018
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
2119

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
99
name = "serde-json-core"
1010
readme = "README.md"
1111
repository = "https://github.com/japaric/serde-json-core"
12-
version = "0.1.0"
12+
version = "0.0.1"
1313

1414
[dependencies]
1515
heapless = "0.4.0"

0 commit comments

Comments
 (0)