Added R15B and R15B01 to the travis build file

This commit is contained in:
Maas-Maarten Zeeman
2013-02-21 11:18:57 +01:00
parent dfd6d69cd1
commit fc523c30a9
2 changed files with 6 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
language: erlang language: erlang
script: "rebar compile eunit" script: "rebar compile eunit"
otp-release: otp-release:
- R15B01
- R15B
- R14B04 - R14B04
- R14B03 - R14B03
- R14B01 - R14B01

View File

@@ -1,3 +1,5 @@
{require_otp_vsn, "R14|R15|R16"}. {require_otp_vsn, "R14|R15|R16"}.
{port_env, [{"CFLAGS", "$CFLAGS -DSQLITE_THREADSAFE=1 -DSQLITE_USE_URI -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS"}]}. {port_env, [
{port_specs, [{"priv/esqlite3_nif.so", ["c_src/*.c"]}]}. {"CFLAGS", "$CFLAGS -DSQLITE_THREADSAFE=1 -DSQLITE_USE_URI -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS"}]}.
{port_specs, [
{"priv/esqlite3_nif.so", ["c_src/*.c"]}]}.