From f88cb67210613dfd7dbc5fc32a6a7a92dc7dff7b Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Fri, 8 Dec 2017 15:46:50 -0800 Subject: [PATCH] Back to being custom, since the 'Rust' image has a really old Python version --- .travis.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 431c6c61..c24c36df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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