Skip to content

Commit

Permalink
Update the Travis script.
Browse files Browse the repository at this point in the history
  • Loading branch information
emina committed Mar 25, 2016
1 parent b4ba120 commit b64f163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:
global:
- RACKET_DIR=~/racket
- RACKET_URL="https://www.cs.utah.edu/plt/installers/6.4/racket-6.4-x86_64-linux-ubuntu-precise.sh"
- Z3_URL="https://github.com/uwpc/rosette/releases/download/v2.0/z3-d89c39cb-x64-ubuntu-12.04.zip"
- Z3_URL="https://github.com/emina/rosette/releases/download/v2.0/z3-d89c39cb-x64-ubuntu-12.04.zip"

before_install:
- if [[ ! -e "$RACKET_DIR/bin/racket" ]]; then
Expand Down

0 comments on commit b64f163

Please sign in to comment.