From 8fd471ffdfa34a575c21a83223b41eaadd8296ae Mon Sep 17 00:00:00 2001 From: Chord Date: Tue, 26 Jul 2016 22:08:30 -0400 Subject: [PATCH] Travis: Download PSCrypto resources --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 028f7ae3..b57590be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,8 @@ language: scala scala: - 2.11.7 +before_script: + - wget https://github.com/psforever/PSCrypto/releases/download/v1.0/pscrypto-lib-1.0.zip + - unzip pscrypto-lib-1.0.zip after_success: - bash <(curl -s https://codecov.io/bash)