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

Commit

Permalink
fix: tarvis
Browse files Browse the repository at this point in the history
  • Loading branch information
osahner committed Mar 3, 2020
1 parent 7934367 commit 18dbcf0
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
dist: trusty
sudo: false

language: node_js
node_js:
- "10"
dist: bionic

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

node_js:
- "12"

cache:
directories:
Expand All @@ -21,5 +15,5 @@ install:
- yarn install

script:
- yarn test --no-watch --no-progress --code-coverage --browsers=ChromeHeadlessCI
- yarn test_lib --no-watch --no-progress --code-coverage --browsers=ChromeHeadlessCI
- codecov

0 comments on commit 18dbcf0

Please sign in to comment.