Revision 0d1cfeba950fb9cba8e8bd9e757f3cf8f7b501ff authored by Duncan Brown on 25 September 2015, 21:21:32 UTC, committed by Duncan Brown on 25 September 2015, 21:21:32 UTC
Add gating files at the workflow level, allow them to be URLs
2 parent s d422567 + 8ec69c4
Raw File
.travis.yml
language: python
sudo: false
addons:
    apt:
        packages:
            - libfftw3-dev 
            - libhdf5-serial-dev 
            - liblapack-dev 
            - gfortran 
            - libgsl0-dev
cache:
  directories:
    - $HOME/inst
install:
  - travis_retry ./tools/install_travis.sh
script:
  - ./tools/run_travis.sh
back to top