Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
travis: pybind11 is not in xenial either
[simgrid.git] / .travis.yml
index f02fa93..2734415 100644 (file)
@@ -5,8 +5,7 @@
 #   apt-get libns3-dev ns3
 #
 #
-sudo: required
-dist: trusty
+dist: xenial
 language: cpp
 compiler:
    - gcc
@@ -15,19 +14,17 @@ addons:
   apt:
     update: true
     allow_unauthenticated: yes
-    sources:
-    - sourceline: ppa:samuel-bachmann/boost # Get boost 1.60 for Trusty
     packages:
     - cmake
     - valgrind
     - default-jdk
     - gfortran
-    - libboost1.60-dev
-    - libboost1.60-all-dev
+    - libboost-dev
+    - libboost-all-dev
     - libdw-dev
     - libevent-dev
     - libunwind8-dev
-#    - pybind11-dev # not available on Trusty
+#    - pybind11-dev # Not available in Xenial
   homebrew:
     packages:
     - python