You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,5 +14,6 @@ env:
14
14
- MPI_IMPL=openmpi
15
15
before_install:
16
16
- sh ./conf/travis-install-mpi.sh $MPI_IMPL
17
+
- export PATH=$HOME/OpenMPI/bin:$PATH
17
18
after_success:
18
19
- if [ "$TRAVIS_JULIA_VERSION" = nightly ]; then julia -e 'cd(Pkg.dir("MPI")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Coveralls.process_folder())'; fi
0 commit comments