Skip to content

Commit

Permalink
Add Linux TravisCI support
Browse files Browse the repository at this point in the history
Former-commit-id: ab5a90f
  • Loading branch information
samuelpowell committed Jul 12, 2016
1 parent 6681ddd commit e0951df
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: cpp
script:
- export TOASTDIR=$PWD
- ./configure
- source toastenv.sh
- make numerics
- make toast

0 comments on commit e0951df

Please sign in to comment.