Skip to content

Commit

Permalink
Default seed in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
pavpanchekha committed Jun 9, 2018
1 parent 94277bd commit 521d0dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infra/travis.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
#f])))

(module+ main
(define seed (random 1 (expt 2 31)))
(set-seed! seed)
(command-line
#:program "travis.rkt"
#:once-each
Expand Down

0 comments on commit 521d0dc

Please sign in to comment.