Skip to content

Create travis.yml

Create travis.yml #2

Workflow file for this run

before_install:
- sudo apt-get -y install libxml2-dev
addons:
apt:
update: true
!/bin/sh

Check failure on line 6 in .github/workflows/travis.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/travis.yml

Invalid workflow file

You have an error in your yaml syntax on line 6
set -ex
wget https://protobuf.googlecode.com/files/protobuf-2.4.1.tar.gz
tar -xzvf protobuf-2.4.1.tar.gz
cd protobuf-2.4.1 && ./configure --prefix=/usr && make && sudo make install