Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
travis: try to activate xenial images
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 1 Jan 2019 22:02:05 +0000 (23:02 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 1 Jan 2019 22:02:05 +0000 (23:02 +0100)
.travis.yml

index f02fa93..6cc7f91 100644 (file)
@@ -5,8 +5,7 @@
 #   apt-get libns3-dev ns3
 #
 #
-sudo: required
-dist: trusty
+dist: xenial
 language: cpp
 compiler:
    - gcc
@@ -15,8 +14,8 @@ addons:
   apt:
     update: true
     allow_unauthenticated: yes
-    sources:
-    - sourceline: ppa:samuel-bachmann/boost # Get boost 1.60 for Trusty
+#    sources:
+#    - sourceline: ppa:samuel-bachmann/boost # Get boost 1.60 for Trusty
     packages:
     - cmake
     - valgrind
@@ -27,7 +26,7 @@ addons:
     - libdw-dev
     - libevent-dev
     - libunwind8-dev
-#    - pybind11-dev # not available on Trusty
+    - pybind11-dev # not available on Trusty
   homebrew:
     packages:
     - python