mirror of
https://github.com/capnproto/pycapnp.git
synced 2025-03-04 08:24:43 +01:00
Add set -euxo pipefail to travis setup script
This commit is contained in:
parent
c4f558a9b4
commit
ce25cbfd64
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -euxo pipefail
|
||||
|
||||
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
|
||||
sudo apt-get -qq update
|
||||
sudo apt-get -qq install g++-4.8 libstdc++-4.8-dev
|
||||
|
|
Loading…
Add table
Reference in a new issue