adding travis ci

master
miili 7 years ago
parent 8925d92641
commit 7e0adac358

@ -0,0 +1,21 @@
language: fortran
matrix:
include:
- os: linux
- os: osx
osx_image: xcode7.3
language: generic
addons:
apt:
packages: [ gfortran ]
install:
- autoreconf -i; ./configure; make
script:
- echo "All done!"
notifications:
email: false
Loading…
Cancel
Save