Permalink
Browse files

switch to Trusty on Travis

let's see what happens next...
  • Loading branch information...
1 parent 968237e commit 12f452414b97fe49b2a0eb2df13f9b4582824110 Rainer Kuemmerle committed Dec 9, 2015
Showing with 3 additions and 3 deletions.
  1. +3 −3 .travis.yml
View
@@ -1,3 +1,5 @@
+sudo: required
+dist: trusty
language: cpp
os:
@@ -7,7 +9,7 @@ os:
notifications:
email:
recipients:
- - kuemmerl@informatik.uni-freiburg.de
+ - rainer.kuemmerle@gmail.com
on_success: change # default: change
on_failure: always # default: always
@@ -41,5 +43,3 @@ matrix:
compiler: gcc
allow_failures:
- os: osx
-
-script: make

0 comments on commit 12f4524

Please sign in to comment.