build v3.1, master, and PRs only from now on

Developers should be using PRs instead of plain branches.
native-compilation-test
Kirill Vainer 8 years ago
parent 73cb4f85ad
commit a7ef42ae89
  1. 5
      .travis.yml

@ -1,6 +1,11 @@
language: java
sudo: false
branches:
only:
- master
- v3.1
jdk:
- oraclejdk8

Loading…
Cancel
Save