Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
freude committed Jun 2, 2020
1 parent 7d885fe commit abadd72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cache:
before_install:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update ; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew openmpi ; fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then brew install libopenmpi-dev; fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install libopenmpi-dev; fi

# command to install dependencies
install:
Expand Down

0 comments on commit abadd72

Please sign in to comment.