diff options
author | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-07-23 17:39:23 +0200 |
---|---|---|
committer | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-07-23 17:39:23 +0200 |
commit | e800cd22d06ae8abeb4f34d92c5ff11bac624ee7 (patch) | |
tree | 31745187d37282c45ead9c5b3439277e6ada4095 /.travis.yml | |
parent | 80e45865b31daa1e524fac5a9dc1945b86fbb0e1 (diff) |
And another try with travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b3b78f9a..edb8e02f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,4 +26,4 @@ after_failure: - ./run.sh dump_logs after_success: - - travis_wait 35 ./run.sh coverage + - travis_wait 40 ./run.sh coverage |