AMD64
Node.js: 8
Git
language: node_js
node_js: '8'
.travis.yml
# This file was generated automatically from conda-smithy. To update this configuration,
# update the conda-forge.yml and/or the recipe/meta.yaml.

language: generic

os: osx
osx_image: xcode9.4


env:
  matrix:
    - CONFIG=osx_python2.7
    - CONFIG=osx_python3.6
    - CONFIG=osx_python3.7

  global:
    # The BINSTAR_TOKEN secure variable. This is defined canonically in conda-forge.yml.
    - secure: "CEyWVikFoBqbe1bL65LZAhU8r/45Ky2RaoXbvjeTFEXZCeHP6hNyiUKGvRnKE5a72iAdEXjWTYUqQi3iRBlMDYCiTV5GUR0NIcwahZY/ziQ9217LYb1FrgXz966vSSVjtRPwWuXFuDzWGfV9IzfcdpTecASCHbTw39ma9J9ixUGAicDwzssP/mjbPi8SqOAk5yEzM+0OwRtHZR8VLiEKlTiDLI8quurqUdlaBrH8hjzP3qEfEmfs4DFsxkQW00ab4scFff05tlpi4JxUN3oCx4mPTXA9dbXpQ3Mu4kg/CpdfzYxDMoyfQ4gs9DdxCYkDnO/ZgGegxsOifofJbc7jKUC5+kyjiXFS7MQUgV3ZcScgPJWlxIZvkxngI6KoWQ2xC3QQnH7XCXWLWJasS/euB0+8traJQ6iHEMQlTkR9VrmgcQ5JjZl4GvSl4ErD1SkZY4aJiCKab6rVNhl2OzgIxf4Y/l69dEggdrRuFNeX7Jq0DFasoLW7e//JZPuVByTNU1onVrd3uhFW0SUezApc3PB6R/aYH+A90m3qQgNPrt9RW7K9ZzEL5QbOAVKJGywSz775CBpRouED49h0ovmD3oiSn9Z9Qln05MhYQ/zNJLTCqnTbvnX+KCht3DA/ux/sYG9WH7NRnbGVqWRtSbwOwcuo+Dr1V1wJRtz3f61bnoE="


before_install:
    # Fast finish the PR.
    - |
      (curl https://raw.githubusercontent.com/conda-forge/conda-forge-ci-setup-feedstock/branch2.0/recipe/conda_forge_ci_setup/ff_ci_pr_build.py | \
          python - -v --ci "travis" "${TRAVIS_REPO_SLUG}" "${TRAVIS_BUILD_NUMBER}" "${TRAVIS_PULL_REQUEST}") || exit 1

    # Remove homebrew.
    - |
      echo ""
      echo "Removing homebrew from Travis CI to avoid conflicts."
      curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall > ~/uninstall_homebrew
      chmod +x ~/uninstall_homebrew
      ~/uninstall_homebrew -fq
      rm ~/uninstall_homebrew


install:
    # Install Miniconda.
    - |
      echo ""
      echo "Installing a fresh version of Miniconda."
      MINICONDA_URL="https://repo.continuum.io/miniconda"
      MINICONDA_FILE="Miniconda3-latest-MacOSX-x86_64.sh"
      curl -L -O "${MINICONDA_URL}/${MINICONDA_FILE}"
      bash $MINICONDA_FILE -b

    # Configure conda.
    - |
      echo ""
      echo "Configuring conda."
      source /Users/travis/miniconda3/bin/activate root

      conda install -n root -c conda-forge --quiet --yes conda-forge-ci-setup=2
      setup_conda_rc ./ ./recipe ./.ci_support/${CONFIG}.yaml

      source run_conda_forge_build_setup

    # compiler cleanup
    - |
      mangle_compiler ./ ./recipe ./.ci_support/${CONFIG}.yaml

script:
  # generate the build number clobber
  - make_build_number ./ ./recipe ./.ci_support/${CONFIG}.yaml
  - conda build ./recipe -m ./.ci_support/${CONFIG}.yaml --clobber-file ./.ci_support/clobber_${CONFIG}.yaml
  - upload_package ./ ./recipe ./.ci_support/${CONFIG}.yaml
Build Config
{
  "os": [
    "linux"
  ],
  "dist": "trusty",
  "sudo": false,
  "node_js": [
    "8"
  ],
  "language": "node_js"
}