Skip to content

Commit

Permalink
chore: use chrome stable
Browse files Browse the repository at this point in the history
  • Loading branch information
ihym committed Feb 3, 2020
1 parent 0fd67e6 commit 7b153a5
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ node_js:
- '10'
before_install:
- if [[ `npm -v` != 6* ]]; then npm i -g npm@6; fi
services:
- xvfb
addons:
chrome: stable
after_success:
- npm run build:lib
- npm run build:demo
Expand All @@ -14,12 +18,6 @@ after_success:
- cd dist/ngx-timeago
- npm install
- npm run semantic-release
addons:
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
branches:
except:
- /^v\d+\.\d+\.\d+$/
Expand All @@ -30,5 +28,3 @@ deploy:
local_dir: dist/demo/
on:
branch: master
script:
- echo "skipping tests"

0 comments on commit 7b153a5

Please sign in to comment.