Skip to content

Commit

Permalink
Remove set -u because of travis-ci/travis-ci#5434.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardxia committed Mar 28, 2020
1 parent 389cf98 commit a5f0700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
script:
# This installs into /usr/local/bin/verilator
- |
set -euxo pipefail
set -exo pipefail
echo $SHELL
echo $PWD
version=$(cat verilator.version)
Expand Down

0 comments on commit a5f0700

Please sign in to comment.