Mercurial > hg > piper
changeset 188:35f038539cbf
This is not going to work
| author | Chris Cannam <cannam@all-day-breakfast.com> |
|---|---|
| date | Fri, 20 Jan 2017 10:38:07 +0000 |
| parents | e8c3abe1cacb |
| children | 4a16602528c2 |
| files | .travis.yml |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.travis.yml Fri Jan 20 10:25:22 2017 +0000 +++ b/.travis.yml Fri Jan 20 10:38:07 2017 +0000 @@ -14,7 +14,7 @@ before_install: - ( cd ../ ; git clone https://github.com/sandstorm-io/capnproto ) - ( cd ../capnproto/c++ ; ./setup-autotools.sh && autoreconf -i ) - - ( cd ../capnproto/c++ ; ./configure && make && make install ) + - ( cd ../capnproto/c++ ; ./configure && make && sudo make install ) install: - sudo pip install jsonschema
