Skip to content

Commit

Permalink
Merge pull request #24 from jhoblitt/tickets/DM-5179-conda-osx
Browse files Browse the repository at this point in the history
update miniconda2 to 3.19.0.lsst4
  • Loading branch information
jhoblitt committed Mar 16, 2016
2 parents 0fc2317 + 07cade5 commit 236afa2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
sudo: false
language: python
language: cpp
os:
- linux
- osx
# the default precise linux container has gcc 4.6
sudo: required
dist: trusty
compiler:
- clang
- gcc
script: |
if [[ $BATCH == true ]]; then
./scripts/newinstall.sh -cb
Expand All @@ -9,6 +18,11 @@ script: |
env:
- BATCH=true
- BATCH=false
matrix:
# osx builds are often very slow to start due to high demand
fast_finish: true
allow_failures:
- os: osx
notifications:
email: false
hipchat:
Expand Down
2 changes: 1 addition & 1 deletion scripts/newinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ EUPS_TARURL=${EUPS_TARURL:-"https://github.com/RobertLuptonTheGood/eups/archive/

EUPS_PKGROOT=${EUPS_PKGROOT:-"http://sw.lsstcorp.org/eupspkg"}

MINICONDA2_VERSION=${MINICONDA2_VERSION:-3.19.0.lsst3}
MINICONDA2_VERSION=${MINICONDA2_VERSION:-3.19.0.lsst4}

LSST_HOME="$PWD"

Expand Down

0 comments on commit 236afa2

Please sign in to comment.