11 lines
130 B
YAML
11 lines
130 B
YAML
language: shell
|
|
script: echo Travis CI is not used anymore
|
|
|
|
branches:
|
|
only:
|
|
- auto
|
|
- try
|
|
|
|
notifications:
|
|
email: false
|