Skip to content

Commit

Permalink
Merge pull request yi-editor#48 from ethercrow/travis-ci
Browse files Browse the repository at this point in the history
Travis CI integration.
  • Loading branch information
ethercrow committed Oct 25, 2012
2 parents 21cf193 + 97c79ee commit 0fa6184
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: haskell
before_install:
- cabal install alex
- cabal install happy
- cabal install gtk2hs-buildtools
install:
- cd yi
- cabal install -fpango
- cd -
- cd yi-contrib
- cabal install
2 changes: 1 addition & 1 deletion yi/yi.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ library
data-accessor-mtl == 0.2.*,
data-accessor-template >= 0.2.1.3 && < 0.2.2,
dlist >=0.4.1,
dyre >=0.8.8,
dyre >=0.8.8 && < 0.8.9,
filepath>=1.1 && <1.4,
fingertree >= 0 && <0.1,
ghc-paths ==0.1.*,
Expand Down

0 comments on commit 0fa6184

Please sign in to comment.