Skip to content

Commit

Permalink
adds travis_retry for selenium steps as those can randomly fail
Browse files Browse the repository at this point in the history
  • Loading branch information
rwese committed Nov 26, 2019
1 parent f26d427 commit a0bc8bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ script:
- ./run execute_tests unit --steps
- ./run execute_tests api --steps
- ./run execute_tests apiV2 --steps
- ./run execute_tests functional --steps
- ./run execute_tests acceptance --steps
- travis_retry ./run execute_tests functional --steps
- travis_retry ./run execute_tests acceptance --steps

after_script:
- docker-compose logs
Expand Down

0 comments on commit a0bc8bb

Please sign in to comment.