mirror of
https://github.com/boostorg/predef.git
synced 2025-07-29 11:37:13 +02:00
Fix Travis yaml syntax.
This commit is contained in:
@ -10,7 +10,7 @@ install:
|
|||||||
- cd build-develop && ./bootstrap && sudo ./b2 install --prefix=/usr
|
- cd build-develop && ./bootstrap && sudo ./b2 install --prefix=/usr
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- echo 'project ROOT : : : build-dir bin ;' > jamroot.jam
|
- 'echo "project ROOT : : : build-dir bin ;" > jamroot.jam'
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cd test && b2 -a --verbose-test
|
- cd test && b2 -a --verbose-test
|
||||||
@ -27,6 +27,8 @@ notifications:
|
|||||||
- "chat.freenode.net#boost"
|
- "chat.freenode.net#boost"
|
||||||
template:
|
template:
|
||||||
- "%{repository}/%{branch} (%{commit} - %{author}): %{build_url}: %{message}"
|
- "%{repository}/%{branch} (%{commit} - %{author}): %{build_url}: %{message}"
|
||||||
|
on_success: never
|
||||||
|
on_failure: always
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
|
Reference in New Issue
Block a user