We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a285411 commit 03d48b1Copy full SHA for 03d48b1
.travis.yml
@@ -55,7 +55,7 @@ before_install:
55
# - pip install --user -e '.[algorithmic]'
56
# - cd ..
57
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
58
- - julia --color=yes -e 'using Pkg; ENV["GYM_ENVS"]="atari:algorithmic:box2d:classic_control"; Pkg.activate(); Pkg.instantiate(); Pkg.test()'
+ - julia --color=yes -e 'using Pkg; ENV["GYM_ENVS"]="atari:algorithmic:box2d:classic_control"; Pkg.activate(); Pkg.instantiate(); Pkg.build(); Pkg.test()'
59
after_success:
60
# push coverage results to Coveralls
61
- julia -e 'using Pkg; cd(Pkg.dir("Gym")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
0 commit comments