Commit Graph

5 Commits

Author SHA1 Message Date
Sean Griffin
a7caa2faf9 Upload docs from travis 2015-11-28 12:32:35 -07:00
Sean Griffin
dd3c68c374 Get travis up and running, on the latest nightly
Wow, so apparently we don't built on stable or beta, not because of the
compiler plugins, but because `For<i32> for i64` isn't on stable, and
`For<i32> for f64` is only on nightly. Additionally, there was a
breaking change in compiler plugins *tonight*, which I've updated for
(and am pointing at a local branch for dependencies until it gets fixed
upstream).

Sorry for the breakage folks, I know it's a pain. Update to tonights
nightly, it's now the only thing we work on, because I don't know how to
make travis go to last nights. We'll be on stable by the end of the
week.
2015-11-27 16:52:40 -07:00
Sean Griffin
8da8b17ca3 Apparently we don't build on stable
Ok, I mean I knew that our tests wouldn't work yet because I haven't
added syntex, but that's not even the problem. Apparently the *real*
reason we don't work on stable is that `From<i32> for i64` is only
implemented on beta and `From<i32> for f64` is only nightly. I figured
there were reasons I couldn't target stable, but really????
2015-11-27 16:19:04 -07:00
Sean Griffin
cd031ecb8d Actually give travis a valid script
It won't pass, as PG isn't installed and I'm not setting the proper env
vars, but it's a start
2015-11-27 16:13:07 -07:00
Sean Griffin
3b96273339 Add travis 2015-11-26 12:11:57 -07:00