protobuf/.travis.yml
Feng Xiao dc0986155a Sync travis/jenkins config files with master.
... and keep only C++, Java and Python tests running.

Change-Id: I399a7e9d44477fc72951d768d5a809324f4c25ab
2016-07-26 17:22:48 -07:00

17 lines
472 B
YAML

sudo: required
# Note: travis currently does not support listing more than one language so
# this cheats and claims to only be cpp. If they add multiple language
# support, this should probably get updated to install steps and/or
# rvm/gemfile/jdk/etc. entries rather than manually doing the work.
language: cpp
os:
- linux
script:
- ./tests.sh $CONFIG
env:
- CONFIG=cpp
- CONFIG=cpp_distcheck
- CONFIG=java_jdk7
- CONFIG=python
notifications:
email: false