diff --git a/.travis.yml b/.travis.yml index fc3360ddf8..a289378efa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,11 +15,11 @@ install: - sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 90 - sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90 - - sudo apt-get install -y libboost1.55-dev - - sudo apt-get install -y libboost-regex1.55-dev - - sudo apt-get install -y libboost-system1.55-dev - - sudo apt-get install -y libboost-thread1.55-dev - - sudo apt-get install -y libboost-program-options1.55-dev + - sudo apt-get install -y libboost-dev + - sudo apt-get install -y libboost-regex-dev + - sudo apt-get install -y libboost-system-dev + - sudo apt-get install -y libboost-thread-dev + - sudo apt-get install -y libboost-program-options-dev - sudo apt-get install -y cmake - sudo apt-get install -y libicu-dev - sudo apt-get install -y python-all-dev