Skip to content

Commit

Permalink
More fixes to remove MPI remains.
Browse files Browse the repository at this point in the history
  • Loading branch information
aptmcl committed Sep 9, 2018
1 parent 145e4b1 commit d566853
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ git:
# - julia -e 'Pkg.clone(pwd()); Pkg.build("Khepri"); Pkg.test("Khepri"; coverage=true)'
after_success:
# push coverage results to Coveralls
- julia -e 'using Pkg; cd(Pkg.dir("MPI")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
- julia -e 'using Pkg; cd(Pkg.dir("Khepri")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
# push coverage results to Codecov
- julia -e 'using Pkg; cd(Pkg.dir("MPI")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
- julia -e 'using Pkg; cd(Pkg.dir("Khepri")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
10 changes: 5 additions & 5 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using Khepri
@static if VERSION < v"0.7.0-DEV.2005"
using Base.Test
else
using Test
end
#@static if VERSION < v"0.7.0-DEV.2005"
# using Base.Test
#else
# using Test
#end

# write your own tests here
#@test 1 == 2

0 comments on commit d566853

Please sign in to comment.