Move dependency-checking from install to tests

This commit is contained in:
Jack Firth 2016-08-25 11:38:59 -07:00 committed by GitHub
parent ff2bb240c5
commit 668094c1d2

View File

@ -29,8 +29,8 @@ before_install:
install:
- raco pkg install --auto lens-common/ lens-data/ lens-lib/ lens-unstable/ lens-doc/ lens/
- raco setup
script:
- raco test -p lens-common lens-data lens-lib lens-unstable lens-doc lens
- if [ "${VERSION_TO_COVER}" == "${RACKET_VERSION}" ]; then raco cover -f coveralls -d $TRAVIS_BUILD_DIR/coverage -p lens-common lens-data lens-lib lens-unstable lens-doc lens; fi
- raco setup