Skip to content

Commit

Permalink
Don't check bounds on travis
Browse files Browse the repository at this point in the history
* Needs to be examined further, but it was responsible for a
  timeout on Julia v0.5
  • Loading branch information
kmsquire committed Feb 19, 2017
1 parent 576122d commit 1d62008
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ notifications:
# uncomment the following lines to override the default test script
#script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia -e 'Pkg.clone(pwd()); Pkg.build("VideoIO2"); Pkg.test("VideoIO2"; coverage=true)'
# - julia -e 'Pkg.clone(pwd()); Pkg.build("VideoIO"); Pkg.test("VideoIO"; coverage=true)'
- julia -e 'Pkg.clone(pwd())'
- julia -e 'Pkg.build("VideoIO")'
- if [ -f test/runtests.jl ]; then julia -e 'Pkg.test("VideoIO", coverage=true)'; fi

0 comments on commit 1d62008

Please sign in to comment.