From c12902b36eee8d97cbf3dbee3d7d3856c7001457 Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Mon, 5 Jan 2015 09:15:20 -0500 Subject: [PATCH] Try compiler tests with docker and NWU snapshot. --- .travis.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c54fc52ad5..99c01fd2af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,18 @@ 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://www.cs.utah.edu/plt/snapshots/current/installers/min-racket-current-x86_64-linux-precise.sh +- 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: @@ -15,8 +21,8 @@ install: - raco pkg config catalogs >> catalog-config.txt - raco pkg config --set catalogs `cat catalog-config.txt` - raco pkg install --deps search-auto $PKG-test +- raco pkg install --deps search-auto compiler-lib +- ls $HOME/.racket/download-cache script: - raco test -p $PKG-test - -after_script: \ No newline at end of file