Cleaned up .travis.yml
This commit is contained in:
parent
9de5435645
commit
9a140b2a43
|
@ -42,6 +42,9 @@ before_install:
|
||||||
- cat travis-racket/install-racket.sh | bash # pipe to bash not sh!
|
- cat travis-racket/install-racket.sh | bash # pipe to bash not sh!
|
||||||
- export PATH="${RACKET_DIR}/bin:${PATH}" #install-racket.sh can't set for us
|
- export PATH="${RACKET_DIR}/bin:${PATH}" #install-racket.sh can't set for us
|
||||||
|
|
||||||
|
install:
|
||||||
|
- raco pkg install --deps search-auto
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
|
||||||
# Here supply steps such as raco make, raco test, etc. Note that you
|
# Here supply steps such as raco make, raco test, etc. Note that you
|
||||||
|
@ -49,11 +52,9 @@ before_script:
|
||||||
# `raco pkg install --deps search-auto repltest` to install any required
|
# `raco pkg install --deps search-auto repltest` to install any required
|
||||||
# packages without it getting stuck on a confirmation prompt.
|
# packages without it getting stuck on a confirmation prompt.
|
||||||
script:
|
script:
|
||||||
- raco pkg install --deps search-auto
|
|
||||||
- raco test -x -p repltest
|
- raco test -x -p repltest
|
||||||
- raco setup --check-pkg-deps --pkgs repltest
|
- raco setup --check-pkg-deps --pkgs repltest
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- raco pkg install --deps search-auto cover-coveralls
|
- raco pkg install --deps search-auto cover cover-coveralls
|
||||||
- raco pkg install --deps search-auto
|
|
||||||
- raco cover -b -f coveralls -d $TRAVIS_BUILD_DIR/coverage .
|
- raco cover -b -f coveralls -d $TRAVIS_BUILD_DIR/coverage .
|
||||||
|
|
Loading…
Reference in New Issue
Block a user