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:
parent
1bd86f7eee
commit
464daebdd7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user