diff options
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 21fc0d0a5b..6d9dbc0b71 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ otp_release: # dependencies too. before_script: (test "$TRAVIS_TAG" && git checkout "$TRAVIS_TAG") || (test "$TRAVIS_BRANCH" && git checkout "$TRAVIS_BRANCH") -script: make tests +script: travis_wait make tests cache: apt: true |
