Remove set -u from setup_travis.sh

This commit is contained in:
Jason Paryani
2014-12-12 12:31:30 -08:00
parent 53d21f787b
commit 026740509f

View File

@@ -1,6 +1,6 @@
#!/bin/bash
set -euxo pipefail
set -exo pipefail
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
sudo apt-get -qq update