Skip to content

Commit

Permalink
skip env var, and explicitly state build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
chambbj committed May 31, 2018
1 parent 1fee521 commit a1c6e3f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions scripts/ci/meta.yaml
Expand Up @@ -6,14 +6,10 @@ package:
version: {{ version }}

source:
path: $TRAVIS_BUILD_DIR
path: /home/travis/build/PDAL/PDAL
patches:
- geos.patch

build:
script_env:
- TRAVIS_BUILD_DIR

requirements:
build:
- {{ compiler('cxx') }}
Expand Down

0 comments on commit a1c6e3f

Please sign in to comment.