diff --git a/.travis.yml b/.travis.yml index 1f1e6b7898..fcc971b21b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ before_install: - echo "yes" | sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu `lsb_release -sc` main universe restricted multiverse" - echo "yes" | sudo apt-add-repository ppa:openmw/deps - sudo apt-get update -qq - - sudo apt-get install mingw32 libsdl2-static-dev + - sudo apt-get install -qq mingw32 libsdl2-static-dev script: - which crossdev - echo "Hello World"