Skip to content

Commit

Permalink
Use hererocks for Travis-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeterv committed May 2, 2016
1 parent 210322f commit 310e047
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 149 deletions.
17 changes: 8 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,17 @@ language: c
sudo: false

env:
global:
- LUAROCKS=2.3.0
matrix:
- LUA=lua5.1
- LUA=lua5.2
- LUA=lua5.3
- LUA=luajit
- LUA="lua 5.1"
- LUA="lua 5.2"
- LUA="lua 5.3"
- LUA="luajit 2.0"

before_install:
- source .travis/setenv_lua.sh
- pip install --user cpp-coveralls
- luarocks install Lua-cURL --server=https://luarocks.org/dev
- wget https://raw.githubusercontent.com/mpeterv/hererocks/master/hererocks.py
- python hererocks.py env --$LUA --luarocks latest
- export PATH="$PWD/env/bin:$PATH"
- luarocks install Lua-cURL --server=https://luarocks.org/dev
- luarocks install lua-path
- luarocks install lua-cjson
- luarocks install luacov
Expand Down
15 changes: 0 additions & 15 deletions .travis/platform.sh

This file was deleted.

3 changes: 0 additions & 3 deletions .travis/setenv_lua.sh

This file was deleted.

122 changes: 0 additions & 122 deletions .travis/setup_lua.sh

This file was deleted.

0 comments on commit 310e047

Please sign in to comment.