-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
39 lines (30 loc) · 1.01 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
language: c
sudo: false
env:
global:
- LUAROCKS_VERSION="2.4.1"
- ROCK_NAME="talents"
- ROCK_VERSION="0.1-2"
matrix:
- LUA_VERSION="5.2.4" LUA_SUFFIX="" REBUILD=1 NOCOVERAGE=1
- LUA_VERSION="5.2.1" LUA_SUFFIX="" REBUILD=1 NOCOVERAGE=1
- LUA_VERSION="5.3.1" LUA_SUFFIX="" REBUILD=1 NOCOVERAGE=1
- LUA_VERSION="5.3.4" LUA_SUFFIX="" REBUILD=1 NOCOVERAGE=1
- LUA_VERSION="5.1.4" LUA_SUFFIX="" REBUILD=1 NOCOVERAGE=1
- LUA_VERSION="5.1.1" LUA_SUFFIX="" REBUILD=1 NOCOVERAGE=1
- LUA_VERSION="2.0.5" LUA_SUFFIX="jit" REBUILD=1 NOCOVERAGE=1
- LUA_VERSION="2.1.0-beta3" LUA_SUFFIX="jit" REBUILD=1 NOCOVERAGE=1
before_install: "source .travis-ci/setup.sh"
install: "bash .travis-ci/install.sh"
script: "bash .travis-ci/test.sh"
after_success: "bash .travis-ci/report.sh"
cache:
directories:
- "$HOME/.travis-ci-lua"
branches:
except:
- gh-pages
notifications:
email:
on_success: change
on_failure: always