[commit: packages/filepath] master: Try making the travis script work even after you break directory (2bfbf70)
git at git.haskell.org
git at git.haskell.org
Thu Mar 19 11:37:18 UTC 2015
Repository : ssh://git@git.haskell.org/filepath
On branch : master
Link : http://git.haskell.org/packages/filepath.git/commitdiff/2bfbf70c419cd35913c2687872d4712365f5168f
>---------------------------------------------------------------
commit 2bfbf70c419cd35913c2687872d4712365f5168f
Author: Neil Mitchell <ndmitchell at gmail.com>
Date: Tue Nov 4 20:02:27 2014 +0000
Try making the travis script work even after you break directory
>---------------------------------------------------------------
2bfbf70c419cd35913c2687872d4712365f5168f
travis.hs | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/travis.hs b/travis.hs
index 887e56b..5d52e76 100755
--- a/travis.hs
+++ b/travis.hs
@@ -1,8 +1,2 @@
-import System.Exit
-import System.Process
-
-main = do
- ExitSuccess <- system "runhaskell Generate"
- return ()
-
+import Generate
More information about the ghc-commits
mailing list