Browse Source

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

Closes #3468.
pull/3497/head
Zetok Zalbavar 9 years ago
parent
commit
464daebdd7
No known key found for this signature in database
GPG Key ID: C953D3880212068A
  1. 2
      .travis/build-ubuntu_14_04.sh

2
.travis/build-ubuntu_14_04.sh

@ -15,6 +15,8 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # 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 # Qt 5.3, since that's the lowest supported version
sudo add-apt-repository -y ppa:beineri/opt-qt532-trusty sudo add-apt-repository -y ppa:beineri/opt-qt532-trusty

Loading…
Cancel
Save