diff --git a/.travis.yml b/.travis.yml index 940e1a6..a15e44e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,8 @@ sudo: required before_install: - sudo apt-get update -q - sudo apt-get install -y pkg-config - - wget https://github.com/cryb-to/cryb-to/releases/download/0.20170322/cryb-to_0.20170322-1_amd64.deb - - sudo dpkg -i cryb-to_0.20170322-1_amd64.deb + - wget https://github.com/cryb-to/cryb-to/releases/download/0.20170406/cryb-to_0.20170406-1_amd64.deb + - sudo dpkg -i cryb-to_0.20170406-1_amd64.deb before_script: - ./autogen.sh