Skip to content

Commit a7e5462

Browse files
committed
Debug CI config
1 parent f5d4476 commit a7e5462

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Diff for: .travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,4 @@ install:
2121
- npm install
2222

2323
script:
24-
# Use Chromium instead of Chrome.
25-
- export CHROME_BIN=chromium-browser
26-
- xvfb-run -a npm run test:lib -- --watch=false --no-progress --browsers=ChromeNoSandbox
24+
- xvfb-run -a npm run test:lib -- --watch=false --no-progress

Diff for: projects/angular-token/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-token",
3-
"version": "7.0.0-rc.0",
3+
"version": "7.0.0",
44
"repository": "https://github.com/neroniaky/angular-token.git",
55
"author": {
66
"name": "Jan-Philipp Riethmacher",

0 commit comments

Comments
 (0)