Skip to content

Commit

Permalink
Improve a few travis related things
Browse files Browse the repository at this point in the history
* cache the MPI build results
* add the travis badge to the readme
  • Loading branch information
neil-lindquist committed Feb 20, 2019
1 parent 3149cb8 commit acc942b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ notifications:
on_failure: always


cache:
directories:
- /home/travis/.julia/packages/MPI/

#MPI.jl needs mpi binaries plus compilers avalible
addons:
apt:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# JuliaPetra

[![Build Status](https://travis-ci.org/Collegeville/JuliaPetra.jl.svg?branch=master)](https://travis-ci.org/Collegeville/JuliaPetra.jl)

This is an implmentation of the Petra Object Model in Julia.
It is a basic framework for sparse linear algebra

Expand Down

0 comments on commit acc942b

Please sign in to comment.