Skip to content

Commit 03d48b1

Browse files
committed
update travis
1 parent a285411 commit 03d48b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ before_install:
5555
# - pip install --user -e '.[algorithmic]'
5656
# - cd ..
5757
# - 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()'
58+
- julia --color=yes -e 'using Pkg; ENV["GYM_ENVS"]="atari:algorithmic:box2d:classic_control"; Pkg.activate(); Pkg.instantiate(); Pkg.build(); Pkg.test()'
5959
after_success:
6060
# push coverage results to Coveralls
6161
- julia -e 'using Pkg; cd(Pkg.dir("Gym")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

0 commit comments

Comments
 (0)