Skip to content

Commit

Permalink
Remove whitespace in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelkgutierrez committed Nov 29, 2018
1 parent b03b6b3 commit 73e3b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ language: c

before_install:
- sudo add-apt-repository ppa:dns/gnu -y #newer autoconf
- sudo apt-get update
- sudo apt-get update
- sudo apt-get install check gfortran libopenmpi-dev openmpi-bin numactl autoconf libnuma-dev doxygen

script: autoreconf -i && ./configure CC=mpicc CXX=mpic++ FC=mpif90 && make -j4 && CC=mpicc CXX=mpic++ FC=mpif90 make distcheck

0 comments on commit 73e3b7d

Please sign in to comment.