diff options
| author | J08nY | 2017-12-18 00:23:39 +0100 |
|---|---|---|
| committer | J08nY | 2017-12-18 00:23:39 +0100 |
| commit | 4e457fb5ad74ef3685520d9c79258cf8965b3a41 (patch) | |
| tree | 688dd372f15f10663c3309b7c55fd1c05b0b94ec /.travis.yml | |
| parent | 42792045dc5b2110398dbfe14cff221851f0f958 (diff) | |
| download | ecgen-4e457fb5ad74ef3685520d9c79258cf8965b3a41.tar.gz ecgen-4e457fb5ad74ef3685520d9c79258cf8965b3a41.tar.zst ecgen-4e457fb5ad74ef3685520d9c79258cf8965b3a41.zip | |
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7df44e2..51554b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,9 +32,11 @@ before_install: - sudo tar --strip-components=1 -C ${DATADIR} -xzvf seadata.tgz data/ script: # Test, clean, build for release + - ( while true; do echo "beep"; sleep 60; done ) & - TEST=1 make unittest - TEST=1 make clean - make -j2 + - killĀ $! after_success: - bash <(curl -s https://codecov.io/bash) |
