Commit Graph

31 Commits

Author SHA1 Message Date
Carol (Nichols || Goulding)
5e5919fe83 Only build the master branch; we usually have PRs for other branches
Now that lots of other rust-lang stuff is using travis, I don't want to
take 2 spots in the queue every time we push to a PR!
2016-12-22 18:46:44 -05:00
Boris Egorov
1ce13eceee Revert "Uggghhh take out spell checking from travis for now"
This reverts commit ad2fc2bcf0.
2016-12-14 10:24:25 +07:00
Carol (Nichols || Goulding)
ad2fc2bcf0 Uggghhh take out spell checking from travis for now 2016-12-13 17:20:53 -05:00
Carol (Nichols || Goulding)
eda6971c59 Add english dictionary for aspell too 2016-12-13 14:18:37 -05:00
Carol (Nichols || Goulding)
1b60e32a70 Actually read the docs about how to install aspell on travis 2016-12-13 10:31:52 -05:00
Carol (Nichols || Goulding)
da4fa22fca Install aspell on travis 2016-12-13 10:23:07 -05:00
Boris Egorov
0e19b6a5a6 Execute spellcheker script on travis
Fixes #118
2016-12-02 00:55:14 +07:00
Carol (Nichols || Goulding)
a65c604ca6 Try turning caching back on 2016-11-20 19:07:46 -05:00
Carol (Nichols || Goulding)
3510a9f216 Try not caching for a second 2016-11-16 20:36:36 -05:00
Carol (Nichols || Goulding)
efcd32776b Force travis to reinstall mdbook for now
It seems to have cached 0.0.14, but I want to use master?
2016-11-16 20:03:00 -05:00
Carol (Nichols || Goulding)
dbe2c1aa0b Install mdbook from github for the code block fix
Until a new version of mdbook is released, use github that has my fix
that makes all code blocks have hljs so that they have the gray
background.
2016-11-14 12:03:27 -05:00
Steve Klabnik
f788204255 Use stable in .travis.yml
question mark has landed
2016-11-10 15:18:19 -05:00
Carol (Nichols || Goulding)
234e75847a Make notes since we now know 1.14 will have the question mark 2016-10-18 18:37:15 -04:00
Carol (Nichols || Goulding)
e10d974b23 Update reason why we can't test beta rn 2016-10-11 15:42:53 -04:00
Steve Klabnik
71d4ab96d4 disable non-nightly build 2016-09-14 13:58:40 -04:00
Steve Klabnik
5e32b2ed88 Use cache: cargo
Based on
https://github.com/rust-lang/book/pull/232#issuecomment-242874255
2016-08-29 12:20:23 -04:00
Steve Klabnik
3a7317a6a8 Fix the build
We can't use the cache dir because cargo install doesn't really have a
way to say "make sure this is installed". If it is, then it errors out,
and you can force it to install, but then we're not using the cache.
2016-08-26 16:11:55 -04:00
Steve Klabnik
bcd04062b9 Merge pull request #230 from rust-lang/cache
Cache cargo output
2016-08-26 15:23:02 -04:00
Steve Klabnik
077d8d3571 remove beta from the build
A rust bug is currently preventing this from building, and https://github.com/rust-lang/book/pull/134 will move this to nightly-only for the time being.
2016-08-26 14:05:21 -04:00
Steve Klabnik
b1298264df Cache cargo output
https://docs.travis-ci.com/user/caching/#Rust-Cargo-cache
2016-08-26 13:45:25 -04:00
Carol (Nichols || Goulding)
37575e7b21 Install mdbook from git to get the exit status fix 2016-08-10 19:33:21 -04:00
Carol (Nichols || Goulding)
dd9621ce8b Hook lints into travis 2016-08-10 19:18:30 -04:00
Carol (Nichols || Goulding)
8890e8a228 Revert "Have travis print the version of mdbook that gets installed"
This reverts commit 08194ba20d.

Nevermind, this doesn't do what I want and I see now how to expand the
output on travis to see the version of mdbook.
2016-08-06 14:07:48 -04:00
Carol (Nichols || Goulding)
08194ba20d Have travis print the version of mdbook that gets installed 2016-08-06 14:02:36 -04:00
Steve Klabnik
789fe48d8d test the trains only 2016-05-06 15:53:57 -04:00
Steve Klabnik
ec0d93fc4c Remove Makefile
mdbook supports testing now, so there's no need.
2016-01-20 19:31:27 -05:00
Steve Klabnik
0bd0c33116 deploy to GH pages
http://www.steveklabnik.com/automatically_update_github_pages_with_travis_example/
2015-12-14 14:50:56 -05:00
Steve Klabnik
2519d0c530 Add the proper path for Travis 2015-12-14 12:28:11 -05:00
Steve Klabnik
4c14577256 Install mdbook on travis 2015-12-14 12:18:00 -05:00
Steve Klabnik
d1fdb5d539 Add a Makefile
This makes it a teeny bit easier to build and test things.
2015-12-14 12:12:04 -05:00
Steve Klabnik
41e82c8d49 Initial travis config
For now, we will do this find/xargs stuff, until
https://github.com/azerupi/mdBook/issues/69 happens
2015-12-14 11:04:46 -05:00