https://github.com/szaghi/FLAP
Raw File
Tip revision: ebb78780c3bcccc7292c409492c228079d8d17d6 authored by Stefano Zaghi on 07 April 2015, 16:29:11 UTC
Improve error trapping of get method
Tip revision: ebb7878
.travis.yml
language: python

python:
  - 2.7

before_install:
  - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
  - sudo apt-get update -qq
  - sudo apt-get install gfortran-4.9
  - ln -fs /usr/bin/gfortran-4.9 gfortran
  - pip install FoBiS.py
  - export PATH=".:$PATH"

before_script:
  - FoBiS.py build -mode flap-test-gnu

script:
  - ./flap_test/flap_test -s 'hi travis'
back to top