We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b74626e commit 6733783Copy full SHA for 6733783
.travis.yml
@@ -32,9 +32,7 @@ before_install:
32
- sudo hostname "$(hostname | cut -c1-63)"
33
- sed -e "s/^\\(127\\.0\\.0\\.1.*\\)/\\1 $(hostname | cut -c1-63)/" /etc/hosts | sudo tee /etc/hosts
34
- 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
+# Install MPICH based on https://github.com/travis-ci/apt-package-whitelist/issues/406
38
- currentDir=`pwd`
39
- mpichVersion=3.2
40
- wget --no-check-certificate -q http://www.mpich.org/static/downloads/$mpichVersion/mpich-$mpichVersion.tar.gz
0 commit comments