Skip to content

Commit

Permalink
temporarily run only embedding test
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson committed Apr 13, 2017
1 parent b4d01d9 commit 0a2c576
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,7 @@ script:
- /tmp/julia/bin/julia -e 'versioninfo()'
- export JULIA_CPU_CORES=2 && export JULIA_TEST_MAXRSS_MB=600 &&
cd /tmp/julia/share/julia/test &&
/tmp/julia/bin/julia --check-bounds=yes runtests.jl $TESTSTORUN &&
/tmp/julia/bin/julia --check-bounds=yes runtests.jl libgit2-online download pkg embedding
/tmp/julia/bin/julia --check-bounds=yes runtests.jl embedding
- cd `dirname $TRAVIS_BUILD_DIR` && mv julia2 julia &&
rm -f julia/deps/scratch/libgit2-*/CMakeFiles/CMakeOutput.log
# uncomment the following if failures are suspected to be due to the out-of-memory killer
Expand Down
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ build_script:
test_script:
- usr\bin\julia -e "versioninfo()"
- usr\bin\julia --precompiled=no -e "true"
- cd test && ..\usr\bin\julia --check-bounds=yes runtests.jl all &&
..\usr\bin\julia --check-bounds=yes runtests.jl libgit2-online download pkg embedding
- cd test && ..\usr\bin\julia --check-bounds=yes runtests.jl embedding
# - cd test && ..\usr\bin\julia --check-bounds=yes runtests.jl all &&
# ..\usr\bin\julia --check-bounds=yes runtests.jl libgit2-online download pkg embedding

0 comments on commit 0a2c576

Please sign in to comment.