Skip to content

Commit

Permalink
Use standard Travis script
Browse files Browse the repository at this point in the history
Bounds checking is already enabled by default.
  • Loading branch information
nalimilan committed Feb 1, 2019
1 parent 4f4002d commit 3815360
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ matrix:
notifications:
email: false

before_script:
- export PATH=$HOME/.local/bin:$PATH

script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --check-bounds=yes -e 'using Pkg; Pkg.clone(pwd()); Pkg.build("DataFrames"); Pkg.test("DataFrames"; coverage=true)'

after_success:
- julia -e 'using Pkg; cd(Pkg.dir("DataFrames")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

Expand Down

0 comments on commit 3815360

Please sign in to comment.