Restrcit Travis to build only master
parent
f42753d28a
commit
90e5f59bb7
|
@ -61,7 +61,11 @@ install:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- bash tests/scripts/run_tests.sh
|
- bash tests/scripts/run_tests.sh
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
slack:
|
slack:
|
||||||
|
|
Loading…
Reference in New Issue