.travis.yml
changeset 9939 462b644f415c
parent 9936 a9fe8db625d0
child 9947 ff4e56775e9c
equal deleted inserted replaced
9938:6dbddbb7b229 9939:462b644f415c
    25   - mkdir build && cd build && cmake $BUILD_ARGS .. && make
    25   - mkdir build && cd build && cmake $BUILD_ARGS .. && make
    26 notifications:
    26 notifications:
    27   irc:
    27   irc:
    28     channels:
    28     channels:
    29       - "chat.freenode.net#hedgewars"
    29       - "chat.freenode.net#hedgewars"
    30     on_success: change
    30     template:
    31     on_failure: always
    31       - "hw-build #%{build_number} (%{commit} by %{author}): %{message}"
       
    32       - "See details at %{build_url}"
       
    33   email: false