X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6a7405d50bf88ab3ccedb9c5a079bbf9aa20bdc1..5e41cea3f1d670f198f312cfe398af95b9ed7b40:/.travis.yml diff --git a/.travis.yml b/.travis.yml index 8b79bfd435..d6052247ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ # apt-get libns3-dev ns3 # # -#sudo: required +sudo: required dist: trusty language: cpp compiler: @@ -14,6 +14,7 @@ compiler: addons: apt: update: true + allow_unauthenticated: yes sources: - sourceline: ppa:samuel-bachmann/boost # Get boost 1.60 for Trusty packages: @@ -21,8 +22,8 @@ addons: - valgrind - default-jdk - gfortran - - libboost-dev - - libboost-all-dev + - libboost1.60-dev + - libboost1.60-all-dev - libdw-dev - libevent-dev - libunwind8-dev @@ -58,6 +59,8 @@ notifications: on_success: change on_failure: always irc: + on_success: change + on_failure: always channels: - "irc.debian.org#simgrid" template: