1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 01:57:09 +03:00

Travis: comment out rust until fixed.

This commit is contained in:
Joel Martin 2015-10-06 02:35:40 -05:00
parent b1d50fa655
commit 60cc05463e
2 changed files with 5 additions and 1 deletions

View File

@ -21,7 +21,7 @@ env:
- IMPL=python
- IMPL=r
- IMPL=ruby
- IMPL=rust
#- IMPL=rust # compilation issues
- IMPL=vb
script:

View File

@ -31,3 +31,7 @@ RUN apt-get -y install git sudo
#RUN rm -f /dev/tty && mknod -m 666 /dev/tty c 5 0
RUN curl -sf https://raw.githubusercontent.com/brson/multirust/master/blastoff.sh > /tmp/blastoff.sh && chmod +x /tmp/blastoff.sh && /tmp/blastoff.sh --yes && rm /tmp/blastoff.sh
RUN multirust default stable
ENV MULTIRUST_HOME /mal