Changeset 9712


Ignore:
Timestamp:
Mar 11, 2015, 5:24:48 PM (10 years ago)
Author:
steve
Message:

Error in comparison in travis.yml

Location:
trunk/anuga_core
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/.travis.yml

    r9711 r9712  
    1212
    1313install:
    14     - if [[ "$DISTRIB"="conda" ]]; then source tools/install_conda.sh; fi
    15     - if [[ "$DISTRIB"="ubuntu" ]]; then source tools/install_ubuntu.sh; fi
     14    - if [[ "$DISTRIB" == "conda" ]]; then source tools/install_conda.sh; fi
     15    - if [[ "$DISTRIB" == "ubuntu" ]]; then source tools/install_ubuntu.sh; fi
    1616
    1717script:
     
    2727
    2828
    29 
  • trunk/anuga_core/tools/install_conda.sh

    r9711 r9712  
    1212
    1313[ -z "$PYTHON_VERSION" ] && PYTHON_VERSION="2.7"
    14 [ -z "$DISTRIB" ] && DISTRIB="conda"
    1514[ -z "$PARALLEL" ] && PARALLEL="mpich2"
    1615
  • trunk/anuga_core/tools/install_ubuntu.sh

    r9711 r9712  
    1212
    1313[ -z "$PYTHON_VERSION" ] && PYTHON_VERSION="2.7"
    14 [ -z "$DISTRIB" ] && DISTRIB="ubuntu"
    1514[ -z "$PARALLEL" ] && PARALLEL="mpich2"
    1615
Note: See TracChangeset for help on using the changeset viewer.