Skip to content

Commit 3eca2a6

Browse files
committed
fix travis setting file
1 parent dc9e45a commit 3eca2a6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ install:
2222
before_script:
2323
- sudo fmtutil-sys --byfmt lualatex
2424
- cp trpl_meta.yml trpl-ebook/
25-
- echo "pub const RELEASE_DATE: &'static str = \"`date +%F`\";" | cat - options.rs.template > options.rs
25+
- "echo \"pub const RELEASE_DATE: &'static str = \\\"`date +%F`\\\";\" | cat - options.rs.template > options.rs"
2626
- cp options.rs trpl-ebook/src/convert_book/
2727
- rm -rf trpl-ebook/trpl
2828
- cp -r the-rust-programming-language-ja/1.9/ja/book trpl-ebook/trpl

options.rs renamed to options.rs.template

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
pub const MARKDOWN: &'static str = "markdown+grid_tables+pipe_tables-simple_tables+raw_html+implicit_figures+footnotes+intraword_underscores+auto_identifiers-inline_code_attributes";
42

53
pub const HTML: &'static str = "--smart --normalize --standalone --self-contained --highlight-style=tango --table-of-contents --section-divs --template=lib/template.html --css=lib/pandoc.css --to=html5";

0 commit comments

Comments
 (0)