Skip to content
This repository was archived by the owner on Nov 23, 2021. It is now read-only.

Commit de9d38d

Browse files
committed
Corrected .travis.yml
1 parent 6794264 commit de9d38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ before_install:
77
# starting a GUI to run tests, per https://docs.travis-ci.com/user/gui-and-headless-browsers/#Using-xvfb-to-Run-Tests-That-Require-a-GUI
88
- export DISPLAY=:99.0
99
- sh -e /etc/init.d/xvfb start
10-
install:
10+
before_script:
1111
- npm install -g @angular/cli
1212
script:
1313
- npm run-script build4prod

0 commit comments

Comments
 (0)