aboutsummaryrefslogblamecommitdiffstats
path: root/.travis.yml
blob: 41e0c56788afeacb2140ca5fec1b641c838c3f89 (plain) (tree)
1
2
3
4
5
6
7
8







                                       



                            
                                                        
                                                      
                   
os:
    - linux
    - osx

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

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