diff --git a/.travis.yml b/.travis.yml index 9b454a480..33fff908e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: scala scala: - 2.11.8 before_script: - - wget https://github.com/psforever/PSCrypto/releases/download/v1.0/pscrypto-lib-1.1.zip + - wget https://github.com/psforever/PSCrypto/releases/download/v1.1/pscrypto-lib-1.1.zip - unzip pscrypto-lib-1.1.zip script: - sbt ++$TRAVIS_SCALA_VERSION clean coverage test coverageReport