Skip to content

Commit

Permalink
import .travis.yml; trying to figure out right way to build deps first
Browse files Browse the repository at this point in the history
  • Loading branch information
Brent Yorgey committed Sep 23, 2012
1 parent 19606ac commit 3a4ffef
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -0,0 +1,9 @@
language: haskell
before_install:
- git clone --quiet git://github.com/diagrams/monoid-extras.git diagrams/monoid-extras
- git clone --quiet git://github.com/diagrams/dual-tree.git diagrams/dual-tree
- cd diagrams/monoid-extras
- cabal install
- cd ../dual-tree
- cabal install
- cd ../..

0 comments on commit 3a4ffef

Please sign in to comment.