From fc523c30a96220990ed9b077f5458ea4b1a56a8f Mon Sep 17 00:00:00 2001 From: Maas-Maarten Zeeman Date: Thu, 21 Feb 2013 11:18:57 +0100 Subject: [PATCH] Added R15B and R15B01 to the travis build file --- .travis.yml | 2 ++ rebar.config | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index be6acf7..629bc21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ language: erlang script: "rebar compile eunit" otp-release: + - R15B01 + - R15B - R14B04 - R14B03 - R14B01 diff --git a/rebar.config b/rebar.config index b082a72..7d2070a 100644 --- a/rebar.config +++ b/rebar.config @@ -1,3 +1,5 @@ {require_otp_vsn, "R14|R15|R16"}. -{port_env, [{"CFLAGS", "$CFLAGS -DSQLITE_THREADSAFE=1 -DSQLITE_USE_URI -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS"}]}. -{port_specs, [{"priv/esqlite3_nif.so", ["c_src/*.c"]}]}. +{port_env, [ + {"CFLAGS", "$CFLAGS -DSQLITE_THREADSAFE=1 -DSQLITE_USE_URI -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS"}]}. +{port_specs, [ + {"priv/esqlite3_nif.so", ["c_src/*.c"]}]}.