Migrate to Travis' new infrastructure
diff --git a/.travis.yml b/.travis.yml
index 8f683d1..1fe3801 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,8 +2,7 @@
 compiler:
 - clang
 - gcc
-before_install: sudo apt-get update
-install: sudo apt-get install valgrind perl
+sudo: false
 script:
 - cmake -D CMAKE_BUILD_TYPE:String="Check" .
 - make