forked from rojo-rbx/rojo
Back to being custom, since the 'Rust' image has a really old Python version
This commit is contained in:
12
.travis.yml
12
.travis.yml
@@ -1,16 +1,14 @@
|
|||||||
language: rust
|
language: python
|
||||||
|
|
||||||
rust:
|
|
||||||
- stable
|
|
||||||
- beta
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- LUA="lua=5.1"
|
- RUST="stable" LUA="lua=5.1"
|
||||||
|
- RUST="beta" LUA="lua=5.1"
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- pip install hererocks
|
- pip install hererocks
|
||||||
- hererocks lua_install -r^ --$LUA
|
- 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:
|
install:
|
||||||
- luarocks install luafilesystem
|
- luarocks install luafilesystem
|
||||||
|
|||||||
Reference in New Issue
Block a user