From daf978e9ac948422d0539c2f24d8b01a27f6ba8e Mon Sep 17 00:00:00 2001 From: jay <jlaura@asu.edu> Date: Tue, 21 Nov 2017 08:18:38 -0700 Subject: [PATCH] Fixes the conda build location and standardizes dir to 'recipe' --- .travis.yml | 2 +- {conda => recipe}/meta.yaml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {conda => recipe}/meta.yaml (100%) diff --git a/.travis.yml b/.travis.yml index 9cb1f92..d38a9bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,7 +50,7 @@ script: after_success: - coveralls - - conda install conda-build && conda install anaconda-client && conda config --set anaconda_upload yes && conda build --token $CONDA_UPLOAD_TOKEN . + - conda install conda-build && conda install anaconda-client && conda config --set anaconda_upload yes && conda build --token $CONDA_UPLOAD_TOKEN recipe notifications: webhooks: diff --git a/conda/meta.yaml b/recipe/meta.yaml similarity index 100% rename from conda/meta.yaml rename to recipe/meta.yaml -- GitLab