diff --git a/.travis.yml b/.travis.yml index e617370a2..fab3682ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,6 @@ branches: before_install: # Rate limiting will cause this command to fail, we'll need to hard code the jars path for now #- curl -s https://api.github.com/repos/Xilinx/RapidWright/releases/latest | grep '/rapidwright_jars.zip' | awk -F'"' '{print $4}' | wget -i - -- wget https://github.com/Xilinx/RapidWright/releases/download/v2019.1.2-beta/rapidwright_jars.zip +- wget https://github.com/Xilinx/RapidWright/releases/download/v2019.2.0-beta/rapidwright_jars.zip - unzip rapidwright_jars.zip