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

env:
    global:
        - KERL_BASE_DIR="$TMPDIR"/.kerl
        - KERL_CONFIGURE_DISABLE_APPLICATIONS="odbc"
    matrix: 
        - _KERL_VSN=19.2 

script:
    - ./kerl update releases
    - travis_wait 30 ./kerl build "$_KERL_VSN" "$_KERL_VSN"
    - ./kerl install "$_KERL_VSN" "install_$_KERL_VSN"
    - ./kerl status
    - ./kerl delete installation $(./kerl path install_$_KERL_VSN)
    - ./kerl delete build "$_KERL_VSN"