Skip to content

Commit d1a8879

Browse files
committed
fix(travis): fix bad install: syntax
1 parent 6dbaf40 commit d1a8879

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ addons:
88
firefox: "latest"
99

1010
install:
11-
npm install -g angular-cli
12-
npm install
11+
- npm install -g angular-cli
12+
- npm install
1313

1414
before_script:
1515
# Necessary to run test on Travis CI that require a graphical interface.

0 commit comments

Comments
 (0)