Skip to content

Commit dd4d788

Browse files
author
lo kesh
committed
fix: build issue fixed
1 parent a3b597c commit dd4d788

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ after_success:
2222
- npm run build
2323
- npm run ngh
2424
branches:
25-
except:
26-
- /^v\d+\.\d+\.\d+$/
25+
only:
26+
- master

src/app/app.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export class AppComponent {
2020
products: any[];
2121
universities: any[];
2222
users: any[];
23+
foobar;
2324

2425
ex5Event;
2526
addEv;

0 commit comments

Comments
 (0)