aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 45da49c438f490a5d78f93bfc041028ece25ddce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
os:
    - linux
    - osx

env:
    global:
        - KERL_BASE_DIR="$TMPDIR"/.kerl
    matrix: 
        - _KERL_VSN=R16B02
        - _KERL_VSN=18.3
        - _KERL_VSN=19.2 

script:
    - ./kerl update releases
    - travis_wait ./kerl build "$_KERL_VSN" "$_KERL_VSN"
    - ./kerl install "$_KERL_VSN" "$TMPDIR/i_$_KERL_VSN"
    - ./kerl status