Commit d6615e39 authored by Andrew Gibiansky's avatar Andrew Gibiansky

Travis fixes 8

parent df53282b
...@@ -49,9 +49,9 @@ before_install: ...@@ -49,9 +49,9 @@ before_install:
# This step takes the longest, and is what generates the Stack cache. # This step takes the longest, and is what generates the Stack cache.
install: install:
# Set path for pkg-config to find zeromq, otherwise install of zeromq4-haskell fails.
- export PKG_CONFIG_PATH=$HOME/zeromq/lib/pkgconfig/ - export PKG_CONFIG_PATH=$HOME/zeromq/lib/pkgconfig/
- stack setup --resolver=$RESOLVER - stack setup --resolver=$RESOLVER
- stack install zeromq4-haskell --resolver=$RESOLVER
- stack build --dependencies-only --resolver=$RESOLVER - stack build --dependencies-only --resolver=$RESOLVER
script: script:
......
flags: {} flags: {}
packages: packages:
- '.' - '.'
- './ipython-kernel'
- './ghc-parser'
resolver: lts-6.2 resolver: lts-6.2
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment