Update .travis.yml

This commit is contained in:
pschord 2016-07-30 16:52:59 -04:00 committed by GitHub
parent f6d8dc3324
commit f97dda9704

View file

@ -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