Skip to content

Commit

Permalink
Add travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcgibbo committed Aug 8, 2015
1 parent e88a9c3 commit f8a033d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
language: c
sudo: false
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++
- gfortran
- bison

install:
- ./configure --prefix=$HOME/appveyor
- make install

script:
- $HOME/appveyor/bin/sqm -h
- $HOME/appveyor/bin/antechamber -h
- $HOME/appveyor/bin/tleap -h

0 comments on commit f8a033d

Please sign in to comment.