Skip to content

Commit

Permalink
Update travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique authored Jun 23, 2020
1 parent f8e4c06 commit cb7bab1
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@ dist: trusty
osx_image: xcode8.3

env:
- CONDA_RECIPE=etc/conda/libstatiskit_core-dev
- CONDA_RECIPE=etc/conda/autowig-libstatiskit_core
- CONDA_RECIPE=etc/conda/libstatiskit_core
- CONDA_RECIPE=etc/conda/python-statiskit_core
global:
- PYTHON_VERSION=3.7
jobs:
- CONDA_RECIPE=etc/conda/libstatiskit_core-dev
- CONDA_RECIPE=etc/conda/autowig-libstatiskit_core
- CONDA_RECIPE=etc/conda/libstatiskit_core
- CONDA_RECIPE=etc/conda/python-statiskit_core

matrix:
exclude:
Expand Down Expand Up @@ -63,4 +66,4 @@ after_deploy:
- ./after_deploy

after_script:
- ./after_script
- ./after_script

0 comments on commit cb7bab1

Please sign in to comment.