Skip to content

Commit

Permalink
Turn off bounds checking
Browse files Browse the repository at this point in the history
  • Loading branch information
kmsquire committed Jan 11, 2016
1 parent 6395281 commit 5541654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ notifications:
email: false
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --check-bounds=yes -e 'Pkg.clone(pwd()); Pkg.build("Distributions"); Pkg.test("Distributions")'
- julia -e 'Pkg.clone(pwd()); Pkg.build("Distributions"); Pkg.test("Distributions")'
after_success:
- julia -e 'cd(Pkg.dir("Distributions")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'

0 comments on commit 5541654

Please sign in to comment.