Skip to content

Commit

Permalink
update .travis.yml, fixing nightly tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mstksg committed Feb 11, 2018
1 parent f0ac36f commit 3b82703
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 @@ -52,7 +52,7 @@ matrix:
# Nightly builds are allowed to fail
- env: BUILD=stack ARGS="--resolver nightly"
compiler: ": #stack nightly"
addons: {apt: {packages: [libgmp,libgmp-dev,libblas-dev,liblapack-dev]}}
addons: {apt: {packages: [libblas-dev,liblapack-dev]}}

# Build on OS X in addition to Linux
- env: BUILD=stack ARGS=""
Expand Down

0 comments on commit 3b82703

Please sign in to comment.