Skip to content

Commit

Permalink
Make Linux build fail correctly when something does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
alranel authored and lordofhyphens committed Nov 25, 2018
1 parent 0eb3ea7 commit 11a6601
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/linux/travis-build-main.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/bash

# This is too strict for source $HOME/perl5/perlbrew/etc/bashrc:
# -u is too strict for source $HOME/perl5/perlbrew/etc/bashrc:
### set -euo pipefail
set -eo pipefail

if [ ! -d $HOME/perl5/perlbrew/perls/slic3r-perl ]; then
echo "Downloading slic3r-perlbrew-5.24.tar.bz2"
Expand Down

0 comments on commit 11a6601

Please sign in to comment.