Skip to content

Commit

Permalink
set -ex
Browse files Browse the repository at this point in the history
  • Loading branch information
nickg committed Mar 9, 2018
1 parent 4da8ec1 commit 79a3016
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/setup.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
set -ex

# DEP
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
Expand Down
1 change: 1 addition & 0 deletions scripts/travis.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh
set -ex
./scripts/setup.sh
./scripts/build.sh

0 comments on commit 79a3016

Please # to comment.