We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98baf27 commit 09c8162Copy full SHA for 09c8162
3 files changed
scripts/env.sh
scripts/travis_setup.sh
@@ -2,9 +2,8 @@
2
3
set -ex -o pipefail
4
cd `dirname $0`
5
-source ./env.sh
6
7
# Start Xvfb when running locally.
8
if [[ ${TRAVIS} && (${CI_MODE} == "local") ]]; then
9
- /etc/init.d/xvfb start
+ sh -e /etc/init.d/xvfb start
10
fi
scripts/travis_test.sh
@@ -2,7 +2,6 @@
cd ../tour-of-heroes
ng build
0 commit comments