Skip to content

Commit

Permalink
Revise Travis tests for 43a8cce.
Browse files Browse the repository at this point in the history
  • Loading branch information
samth committed Dec 29, 2015
1 parent 43694bf commit 6c4e584
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Expand Up @@ -20,12 +20,12 @@ install:
- raco setup typed typed-racket typed-racket-test typed-scheme

script:
- racket -l typed-racket-test/run -- --unit
- racket -l typed-racket-test/run -- --int
- racket -l typed-racket-test/run -- --opt
- racket -l typed-racket-test/run -- --missed-opt
- racket -l typed-racket-test -- --unit
- racket -l typed-racket-test -- --int
- racket -l typed-racket-test -- --opt
- racket -l typed-racket-test -- --missed-opt
- raco setup -j 1 math
- racket -l typed-racket-test/run -- --math
- racket -l typed-racket-test -- --math
- racket -l typed-racket-test/test-docs-complete
- echo "done"

Expand Down

0 comments on commit 6c4e584

Please sign in to comment.