Skip to content

Commit

Permalink
Clean .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Jun 5, 2018
1 parent 9d9d048 commit e5e6b91
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ notifications:

script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- brew install hwloc
- hwloc-info --version
- julia --check-bounds=yes --color=yes -e 'Pkg.clone(pwd()); Pkg.build("ImageQuilting"); Pkg.test("ImageQuilting"; coverage=true)'

after_success:
Expand Down

0 comments on commit e5e6b91

Please sign in to comment.