We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think this .travis.yml (adapted from racket/rackunit) is close to what racket/slideshow should use:
.travis.yml
racket/rackunit
racket/slideshow
language: c sudo: false cache: directories: - $HOME/.racket/download-cache env: - PATH=~/racket/bin:$PATH before_install: - export PKG=`echo $TRAVIS_REPO_SLUG | cut -d '/' -f 2` - echo $PKG - curl -L -o installer.sh http://plt.eecs.northwestern.edu/snapshots/current/installers/min-racket-current-x86_64-linux-precise.sh - sh installer.sh --in-place --dest ~/racket/ install: - racket -l- pkg/dirs-catalog --link --check-metadata pkgs-catalog . - echo file://`pwd`/pkgs-catalog/ > catalog-config.txt - raco pkg config catalogs >> catalog-config.txt - raco pkg config --set catalogs `cat catalog-config.txt` - raco pkg install --auto $PKG - ls $HOME/.racket/download-cache script: - raco test --drdr -c $PKG
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think this
.travis.yml
(adapted fromracket/rackunit
) is close to whatracket/slideshow
should use:The text was updated successfully, but these errors were encountered: