Skip to content

Commit

Permalink
Testing Travis Fortran issue
Browse files Browse the repository at this point in the history
  • Loading branch information
josephhardinee committed Apr 16, 2016
1 parent 8de6f5c commit 2ea6c11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
sudo: false
env:
global:
- LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libgfortran.so.3

addons:
apt:
Expand Down
4 changes: 1 addition & 3 deletions continuous_integration/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ conda create -n testenv --yes pip python=$PYTHON_VERSION
source activate testenv

# Install dependencies
conda install --yes numpy scipy matplotlib netcdf4 nose
conda remove --yes libgfortran
conda install --yes libgcc --force
conda install --yes numpy scipy matplotlib netcdf4 nose libgfortran

if [[ $PYTHON_VERSION == '2.7' ]]; then

Expand Down

0 comments on commit 2ea6c11

Please sign in to comment.