Skip to content

Commit

Permalink
faster travis
Browse files Browse the repository at this point in the history
  • Loading branch information
joschu committed Sep 18, 2017
1 parent 5af5b79 commit b5576dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ before_install:
# Prime the cache. We currently manually keep this synced.
- docker pull quay.io/openai/gym:test
# - docker build -f test.dockerfile -t quay.io/openai/gym:test .
# ^^^ commented out by joschu 2017/9/3
# build command fails due to apt issue "The following packages have unmet dependencies:"
install: "" # so travis doesn't do pip install requirements.txt
script:
# In a pull request, there are no secrets, and hence no MuJoCo:
# https://docs.travis-ci.com/user/pull-requests#Security-Restrictions-when-testing-Pull-Requests.
Expand Down

0 comments on commit b5576dc

Please sign in to comment.