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

Developers should be using PRs instead of plain branches.
cleanup_build_scripts
Kirill Vainer 8 years ago
parent f38becf2c6
commit 39dc140f79
  1. 5
      .travis.yml

@ -1,6 +1,11 @@
language: java
sudo: false
branches:
only:
- master
- v3.1
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock

Loading…
Cancel
Save