Skip to content

Commit

Permalink
travis.yml update.
Browse files Browse the repository at this point in the history
  • Loading branch information
stepjam committed Nov 3, 2020
1 parent 7f43ba2 commit e2c755b
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 @@ -38,8 +38,8 @@ install:
- pip3 install -r requirements.txt
# command to run tests
script:
# Runs unit tests and generates reports
- python3 travisci_run_tests.py $TEST_DIR $TRAVIS_BRANCH $TRAVIS_BUILD_NUMBER
# Runs unit tests and generates reports (110 min timeout)
- travis_wait 110 python3 travisci_run_tests.py $TEST_DIR $TRAVIS_BRANCH $TRAVIS_BUILD_NUMBER
after_script:
# Get previously generated index file
- git clone --quiet --branch=gh-pages https://${GITHUB_TOKEN}@github.com/stepjam/RLBench.git gh-pages
Expand Down

0 comments on commit e2c755b

Please sign in to comment.