Skip to content

Commit 481efe8

Browse files
committed
Simplify the travis script, just run the generator, everything is done automatically
1 parent d29fb08 commit 481efe8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

travis.hs

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11

22
import System.Process.Extra
33

4-
main = do
5-
system_ "runhaskell -isrc Generate"
6-
system_ "git diff --exit-code"
7-
system_ "runhaskell -isrc -itest Test"
4+
main = system_ "runhaskell -isrc Generate"

0 commit comments

Comments
 (0)