Skip to content

Commit

Permalink
fix JuliaLang#31774, don't run Pkg tests on travis and AV (JuliaLang#…
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson authored and fredrikekre committed Jun 11, 2019
1 parent 5335a94 commit 64168b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ test_script:
- usr\bin\julia -e "Base.require(Main, :InteractiveUtils).versioninfo()"
- usr\bin\julia --sysimage-native-code=no -e "true"
- cd julia-* && .\bin\julia.exe --check-bounds=yes share\julia\test\runtests.jl all &&
.\bin\julia.exe --check-bounds=yes share\julia\test\runtests.jl LibGit2/online Pkg/pkg download
.\bin\julia.exe --check-bounds=yes share\julia\test\runtests.jl LibGit2/online download
- cd ..
- usr\bin\julia usr\share\julia\test\embedding\embedding-test.jl test\embedding\embedding.exe
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ script:
# skip tests if only files within the "doc" dir have changed
- if [ $(echo "$FILES_CHANGED" | grep -cv '^doc/') -gt 0 ]; then
/tmp/julia/bin/julia --check-bounds=yes runtests.jl $TESTSTORUN &&
/tmp/julia/bin/julia --check-bounds=yes runtests.jl LibGit2/online Pkg/pkg download; fi
/tmp/julia/bin/julia --check-bounds=yes runtests.jl LibGit2/online download; fi
- popd
# test that the embedding code works on our installation
- mkdir /tmp/embedding-test &&
Expand Down

0 comments on commit 64168b7

Please sign in to comment.