Skip to content

Commit

Permalink
More travis tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
singpolyma committed Jan 5, 2013
1 parent fcdc465 commit a9130da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,3 +1,3 @@
language: haskell
before_install: "cabal install hlint derive"
script: "make Data/OpenPGP/Arbitrary.hs && make report.html && [ ! -e report.html ] && make dist/setup-config && make test && make clean && make Data/OpenPGP/Arbitrary.hs && make CEREAL=1 dist/setup/config && make CEREAL=1 test"
script: "make Data/OpenPGP/Arbitrary.hs && make report.html && [ ! -e report.html ] && make dist/setup-config && make tests/suite && tests/suite --plain && make clean && make Data/OpenPGP/Arbitrary.hs && make CEREAL=1 dist/setup-config && make CEREAL=1 tests/suite && tests/suite --plain"
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -58,7 +58,7 @@ endif
clean:
-printf '1c\nname: openpgp\n.\n,s/cereal,$$/binary >= 0.6.4.0,/g\nw\nq\n' | ed openpgp.cabal
find -name '*.o' -o -name '*.hi' | xargs $(RM)
$(RM) sign verify keygen tests/suite
$(RM) sign verify keygen tests/suite Data/OpenPGP/Arbitrary.hs
$(RM) -r dist dist-ghc

debian/control: openpgp.cabal
Expand Down

0 comments on commit a9130da

Please sign in to comment.