Skip to content
This repository has been archived by the owner on Mar 26, 2022. It is now read-only.

Commit

Permalink
Changed travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Migarve55 committed Feb 27, 2019
1 parent f25eba6 commit 1e4cf40
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ node_js:
- 10

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

cache:
directories:
Expand Down
7 changes: 5 additions & 2 deletions e2e/protractor.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ exports.config = {
"./src/**/*.e2e-spec.ts"
],
capabilities: {
"browserName": "chrome"
"browserName": "chrome",
'chromeOptions': {
'args': ["--headless", "--no-sandbox"]
}
},
directConnect: true,
baseUrl: "http://localhost:4200/",
Expand All @@ -25,4 +28,4 @@ exports.config = {
});
jasmine.getEnv().addReporter(new SpecReporter({ spec: { displayStacktrace: true } }));
}
};
};

0 comments on commit 1e4cf40

Please sign in to comment.