Back to being custom, since the 'Rust' image has a really old Python version

This commit is contained in:
Lucien Greathouse
2017-12-08 15:46:50 -08:00
parent 302c6cf663
commit f88cb67210

View File

@@ -1,16 +1,14 @@
language: rust
rust:
- stable
- beta
language: python
env:
- LUA="lua=5.1"
- RUST="stable" LUA="lua=5.1"
- RUST="beta" LUA="lua=5.1"
before_install:
- pip install hererocks
- hererocks lua_install -r^ --$LUA
- export PATH=$PATH:$PWD/lua_install/bin
- curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain $RUST
- export PATH=$PATH:$PWD/lua_install/bin:$HOME/.cargo/bin
install:
- luarocks install luafilesystem