summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 3cc0cfe89c7c15849ed9874a004f9ebc75ab2f93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: python
sudo: false

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

before_install:
  - pip install hererocks
  - hererocks env --$LUA
  - export PATH=$PWD/env/bin:$PATH

script: make test