Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
chore: still Travice breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorstenHans committed Oct 18, 2019
1 parent fa7c847 commit 4991314
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ notifications:
node_js:
- "10"
before_install:
- export CHROME_BIN=chromium-browser
- if [[ `npm -v` != 6* ]]; then npm i -g npm@6; fi
- google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost &
after_success:
- npm run build
- cp .git dist/ngx-electron/ -r
Expand All @@ -22,5 +21,3 @@ after_success:
branches:
except:
- /^v\d+\.\d+\.\d+$/
env:
- DISPLAY=:99.0

0 comments on commit 4991314

Please sign in to comment.