use circleci instead of travis (#511)

Upgrade rust-toolchain
Upgrade Tantivy
Warning: tantivy now use a different file format, search index may need to be deleted and recreated to work as intended
try to run compile twice in a row because sometime oomk is evil
This commit is contained in:
fdb-hiroshima
2019-04-01 20:28:23 +02:00
committed by GitHub
parent 2d12524cd1
commit 26fc2cde5d
16 changed files with 295 additions and 139 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ pub fn create(
.unwrap_or_else(|| "/".to_owned());
let uri = Uri::parse(&destination)
.map(|x| x.into_owned())
.map(IntoOwned::into_owned)
.map_err(|_| {
render!(session::login(
&(&*conn, &intl.catalog, None),