BUILD: add BoringSSL to travis-ci build matrix
diff --git a/.travis.yml b/.travis.yml
index f9a1358..c00725d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -45,6 +45,9 @@
     compiler: gcc
     env: TARGET=linux2628 LIBRESSL_VERSION=2.7.5
   - os: linux
+    compiler: gcc
+    env: TARGET=linux2628 BORINGSSL=yes
+  - os: linux
     compiler: clang
     env: TARGET=linux2628 FLAGS=
   - os: osx