Added .travis.yml file.

This commit is contained in:
Michael Muller 2018-09-26 14:20:13 -04:00
parent ae2c1071f1
commit dc5c0fa33b

14
.travis.yml Normal file
View file

@ -0,0 +1,14 @@
sudo: required
dist: trusty
addons:
apt:
packages:
- wget
before_install:
- wget https://github.com/bazelbuild/bazel/releases/download/0.17.1/bazel-0.17.1-installer-linux-x86_64.sh
- chmod 755 bazel-0.17.1-installer-linux-x86_64.sh
- sudo ./bazel-0.17.1-installer-linux-x86_64.sh
script:
- bazel build ...