Commit 61e5bee0 authored by Robert Edmonds's avatar Robert Edmonds

.travis.yml: fix 'language' declaration

It turns out that in YAML,

    language: c
    language: cpp

Actually means:

    language: cpp

I'm not sure if travis-ci actually supports providing a list of values
for the 'language' parameter, but let's try it anyway.
parent 1ccc5d42
language: c
language: cpp
language:
- c
- cpp
env:
- PROTOBUF_VERSION=2.5.0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment