Skip to content

Commit 7e8b674

Browse files
Remove shared yml commands
1 parent d52f30c commit 7e8b674

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,12 @@ env:
2626
- PYTHON=conda
2727

2828
before_install:
29-
- julia -e 'using Pkg; Pkg.add("Conda")'
30-
- julia -e 'using Conda; Conda.add("scikit-learn")'
31-
- julia -e 'using Pkg; Pkg.build("PyCall"); Pkg.update()'
29+
- |
30+
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
31+
julia -e 'using Pkg; Pkg.add("Conda")'
32+
julia -e 'using Conda; Conda.add("scikit-learn")'
33+
julia -e 'using Pkg; Pkg.build("PyCall"); Pkg.update()'
34+
fi
3235
3336
before_script:
3437
- |

0 commit comments

Comments
 (0)