Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update miniconda2 to 3.19.0.lsst4 #24

Merged
merged 2 commits into from
Mar 16, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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