Skip to content

Commit 6733783

Browse files
author
Thomas Weise
committed
Cleanup of Travis Build. Now it should be able to use MPICH
1 parent b74626e commit 6733783

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ before_install:
3232
- sudo hostname "$(hostname | cut -c1-63)"
3333
- sed -e "s/^\\(127\\.0\\.0\\.1.*\\)/\\1 $(hostname | cut -c1-63)/" /etc/hosts | sudo tee /etc/hosts
3434
- cat /etc/hosts # optionally check the content *after*
35-
# Install MPICH
36-
# based on https://github.com/travis-ci/apt-package-whitelist/issues/406
37-
# with extensions to create mpicc via hard link in bin
35+
# Install MPICH based on https://github.com/travis-ci/apt-package-whitelist/issues/406
3836
- currentDir=`pwd`
3937
- mpichVersion=3.2
4038
- wget --no-check-certificate -q http://www.mpich.org/static/downloads/$mpichVersion/mpich-$mpichVersion.tar.gz

0 commit comments

Comments
 (0)