Skip to content

Commit 0851f24

Browse files
committed
Add Travis CI
1 parent 953ac89 commit 0851f24

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
dist: xenial
2+
3+
addons:
4+
apt:
5+
sources:
6+
- sourceline: 'deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8'
7+
key_url: 'https://bazel.build/bazel-release.pub.gpg'
8+
packages:
9+
- bazel
10+
11+
script:
12+
- bazel version
13+
- bazel test --jobs 2 --test_output=errors --test_verbose_timeout_warnings --test_timeout=300,300,900,3000 //...
14+
- bazel shutdown
15+
16+
language: java

0 commit comments

Comments
 (0)