Skip to content

Commit

Permalink
Remove doc coverage test
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfirth committed Jul 31, 2016
1 parent 727955f commit 770a942
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ before_install:
- git clone https://github.com/greghendershott/travis-racket.git ../travis-racket
- cat ../travis-racket/install-racket.sh | bash
- export PATH="${RACKET_DIR}/bin:${PATH}"
- raco pkg install --auto cover cover-coveralls doc-coverage
- raco pkg install --auto cover cover-coveralls

install:
- raco pkg install --auto $TRAVIS_BUILD_DIR

script:
- raco test -c command-line-ext
- raco doc-coverage command-line-ext
- if [ -n "$RUN_COVER" ]; then raco cover -f coveralls -d $TRAVIS_BUILD_DIR/coverage -c command-line-ext; fi

0 comments on commit 770a942

Please sign in to comment.