Re-enable {a|l}san

Change-Id: Iddcf46bd7c9afbf764569d9388e42b1d953daa2a
diff --git a/.travis.yml b/.travis.yml
index 0603419..7e5ed01 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -66,13 +66,13 @@
       sudo: false
       compiler: clang
       env: CFG=linux_trusty-clang-x86_64-msan GN_ARGS="is_debug=false is_msan=true"
-# TODO(b/117093687): This always times out in Travis.
+# TODO(b/117093687): ubsan always times out in Travis.
 # Re-enable once that is fixed.
-#    - os: linux
-#      dist: trusty
-#      sudo: true
-#      compiler: clang
-#      env: CFG=linux_trusty-clang-x86_64-ubsan_asan_lsan GN_ARGS="is_debug=false is_ubsan=true is_asan=true is_lsan=true"
+    - os: linux
+      dist: trusty
+      sudo: true
+      compiler: clang
+      env: CFG=linux_trusty-clang-x86_64-asan_lsan GN_ARGS="is_debug=false is_asan=true is_lsan=true"
     - os: linux
       dist: trusty
       sudo: false
diff --git a/infra/perfetto-ci.appspot.com/static/index.html b/infra/perfetto-ci.appspot.com/static/index.html
index 9f62f40..f9e9eee 100644
--- a/infra/perfetto-ci.appspot.com/static/index.html
+++ b/infra/perfetto-ci.appspot.com/static/index.html
@@ -81,7 +81,7 @@
           <td id="linux_trusty-clang-x86_64-debug">dbg</td>
           <td id="linux_trusty-clang-x86_64-tsan">tsan</td>
           <td id="linux_trusty-clang-x86_64-msan">msan</td>
-          <td id="linux_trusty-clang-x86_64-ubsan_asan_lsan">{a,l,ub}san</td>
+          <td id="linux_trusty-clang-x86_64-asan_lsan">{a,l}san</td>
           <td id="linux_trusty-clang-x86_64-libfuzzer">fuzzer</td>
           <td id="ui-clang-x86_64-debug">dbg</td>
           <td id="ui-clang-x86_64-release">rel</td>