X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=.travis.yml;h=2e77e7c04239818d20cbde3dd026d44f407f2f0e;hb=5fd9038ff812d10aa0d10b287dddb1e08dbfc47b;hp=6b8db516867dd18a3fd50dbe95dacc61bcfc91a1;hpb=47bd244f2e7772c2259f2c37ddf9480959c2272a;p=apps%2Fagl-service-can-low-level.git diff --git a/.travis.yml b/.travis.yml index 6b8db516..2e77e7c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,13 +43,11 @@ before_install: # - $HOME/protobuf install: - - pip install protobuf - - test \! -d $HOME/protobuf - && curl -L https://github.com/google/protobuf/releases/download/v2.6.1/protobuf-2.6.1.tar.bz2 | tar xjf - - && pushd protobuf-2.6.1 + - curl -L https://github.com/google/protobuf/releases/download/v3.0.0-beta-1/protobuf-python-3.0.0-alpha-4.tar.gz | tar xzf - + && pushd protobuf-3.0.0-alpha-4 && ./configure --prefix=$HOME/protobuf && make && make install + && pushd python && python setup.py build && python setup.py install && popd && popd - || true # True if test is false as the cache exists script: - pushd generator/proto && make && popd