aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..9c89a9e
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,16 @@
+os:
+ - linux
+ - osx
+
+env:
+ global:
+ - KERL_BASE_DIR="$TMPDIR"/.kerl
+ matrix:
+ - _KERL_VSN=R16B02
+ - _KERL_VSN=19.2
+
+script:
+ - ./kerl update releases
+ - ./kerl build "$_KERL_VSN" "$_KERL_VSN"
+ - ./kerl install "$_KERL_VSN" "$TMPDIR/i_$_KERL_VSN"
+ - ./kerl status