Skip to content

Commit

Permalink
fix(ci): fix travis.yml to use jest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AhsanAyaz committed May 5, 2021
1 parent cea0f9e commit 6ec4052
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
language: node_js
sudo: true
node_js:
- "12.16.3"
- '12.16.3'

demo/dist: xenial

branches:
only:
- master
- master

before_script:
- export CHROME_BIN=/usr/bin/google-chrome
Expand All @@ -22,7 +22,7 @@ services:
script:
- npm run lint
- npm install
- node_modules/.bin/ng test --project ngx-device-detector --watch=false --code-coverage
- npm run test
- node_modules/.bin/webdriver-manager update
- npm run build:both:ci
- cp -R dist/demo/browser ./docs/demo
Expand Down

0 comments on commit 6ec4052

Please sign in to comment.