Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.travis.yml - github.com/facebook/luaffifb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 819ddd2b04f70ae3a902c4dc79441b49f2d5c77e (plain)
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
language: c

sudo: false

compiler:
  - gcc
  - clang

os:
  - linux
  - osx

env:
  - LUA_VERSION=LUA51
  - LUA_VERSION=LUA52
  - LUA_VERSION=LUA53

before_install:
  - export PATH="$TRAVIS_BUILD_DIR/install/bin:$PATH"
  - PLAT="${TRAVIS_OS_NAME/osx/macosx}" TMPSRC="$TRAVIS_BUILD_DIR/.src" PREFIX="$TRAVIS_BUILD_DIR/install" .travis/install_lua.sh

install:
  - luarocks make

script:
  - lua test.lua