Skip to content

Commit

Permalink
Use hererocks for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeterv committed Aug 14, 2015
1 parent 4973151 commit 5a58730
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 60 deletions.
17 changes: 9 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
language: c
language: python
sudo: false

env:
- LUA="Lua 5.1"
- LUA="Lua 5.2"
- LUA="Lua 5.3"
- LUA="LuaJIT 2.0"
- LUA="lua=5.1"
- LUA="lua=5.2"
- LUA="lua=5.3"
- LUA="luajit=2.0"

before_install:
- bash .travis/setup.sh
- export PATH=$PATH:$PWD/.travis/lua/bin:$PWD/.travis/luarocks/bin
- bash .travis/setup_rocks.sh
- pip install hererocks
- hererocks here -r^ --$LUA
- export PATH=$PATH:$PWD/here/bin
- bash .travis_deps.sh

install:
- luarocks make
Expand Down
52 changes: 0 additions & 52 deletions .travis/setup.sh

This file was deleted.

File renamed without changes.

0 comments on commit 5a58730

Please sign in to comment.