Skip to content

Commit

Permalink
{ Core } - Fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreDuc committed Feb 4, 2021
1 parent ed53b77 commit 8fad36b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ dist: trusty
sudo: true

addons:
apt:
packages:
- google-chrome-stable
chrome: stable

language: node_js
node_js:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build": "ng build -c=production",
"test": "ng test --code-coverage",
"lint": "ng lint",
"e2e": "ng e2e"
Expand Down

0 comments on commit 8fad36b

Please sign in to comment.