Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
travis: don't specify the boost version we need, to get the latest
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 1 Jan 2019 22:11:40 +0000 (23:11 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 1 Jan 2019 22:11:40 +0000 (23:11 +0100)
.travis.yml

index 6cc7f91..307852c 100644 (file)
@@ -14,19 +14,17 @@ addons:
   apt:
     update: true
     allow_unauthenticated: yes
   apt:
     update: true
     allow_unauthenticated: yes
-#    sources:
-#    - sourceline: ppa:samuel-bachmann/boost # Get boost 1.60 for Trusty
     packages:
     - cmake
     - valgrind
     - default-jdk
     - gfortran
     packages:
     - cmake
     - valgrind
     - default-jdk
     - gfortran
-    - libboost1.60-dev
-    - libboost1.60-all-dev
+    - libboost-dev
+    - libboost-all-dev
     - libdw-dev
     - libevent-dev
     - libunwind8-dev
     - libdw-dev
     - libevent-dev
     - libunwind8-dev
-    - pybind11-dev # not available on Trusty
+    - pybind11-dev
   homebrew:
     packages:
     - python
   homebrew:
     packages:
     - python