1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore(travis): exit linux build as soon as one of steps fails

Closes #3468.
This commit is contained in:
Zetok Zalbavar 2016-07-08 16:56:18 +01:00
parent 1bd86f7eee
commit 464daebdd7
No known key found for this signature in database
GPG Key ID: C953D3880212068A

View File

@ -15,6 +15,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# stop as soon as one of steps will fail
set -e -o pipefail
# Qt 5.3, since that's the lowest supported version
sudo add-apt-repository -y ppa:beineri/opt-qt532-trusty