Skip to content

Commit

Permalink
Unify options set in scripts, to make debugging a bit easier
Browse files Browse the repository at this point in the history
  • Loading branch information
Wouter Verhelst committed Nov 18, 2015
1 parent e479bc5 commit 6055bfd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis/add-trusty
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/sh

set -e
set -x

echo 'deb http://us.archive.ubuntu.com/ubuntu trusty main' > /etc/apt/sources.list.d/automake.list
Expand Down
3 changes: 3 additions & 0 deletions .travis/before_install
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

set -e
set -x

case $TRAVIS_OS_NAME in
linux)
sh .travis/add-trusty
Expand Down
1 change: 1 addition & 0 deletions .travis/build
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

set -e
set -x

case $TRAVIS_OS_NAME in
osx)
Expand Down

0 comments on commit 6055bfd

Please sign in to comment.