Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fixes #62

Merged
merged 8 commits into from
Nov 19, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert gfortran-9 to 8 w/ linux bionic
  • Loading branch information
porteri committed Nov 19, 2019
commit 3cebc1fccc42d4e996aad95afde984545447cbca
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ matrix:
- gfortran-8
- os: linux
dist: bionic
env: GCC=9
env: GCC=8
before_install:
- curl -L https://github.com/Kitware/CMake/releases/download/v3.15.5/cmake-3.15.5-Linux-x86_64.tar.gz -o cmake-3.15.5-Linux-x86_64.tar.gz
- tar xf cmake-3.15.5-Linux-x86_64.tar.gz
Expand All @@ -45,7 +45,7 @@ matrix:
sources:
- sourceline: "ppa:ubuntu-toolchain-r/test"
packages:
- gfortran-9
- gfortran-8
- os: osx
osx_image: xcode10
env: GCC=8
Expand Down