Skip to content

Commit 09c8162

Browse files
committed
Clean up a bit.
1 parent 98baf27 commit 09c8162

3 files changed

Lines changed: 1 addition & 7 deletions

File tree

scripts/env.sh

Lines changed: 0 additions & 4 deletions
This file was deleted.

scripts/travis_setup.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33
set -ex -o pipefail
44
cd `dirname $0`
5-
source ./env.sh
65

76
# Start Xvfb when running locally.
87
if [[ ${TRAVIS} && (${CI_MODE} == "local") ]]; then
9-
/etc/init.d/xvfb start
8+
sh -e /etc/init.d/xvfb start
109
fi

scripts/travis_test.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
set -ex -o pipefail
44
cd `dirname $0`
5-
source ./env.sh
65
cd ../tour-of-heroes
76

87
ng build

0 commit comments

Comments
 (0)