aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 9c89a9e82b31895b816db9493001dc9f8ec9a056 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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