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

Commit

Permalink
Fix PR feedback
Browse files Browse the repository at this point in the history
Signed-off-by: soupette <cyril.lpz@gmail.com>
  • Loading branch information
soupette committed Aug 7, 2020
1 parent 62d645b commit abe5d83
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,15 @@
# sudo: required

# git:
# depth: 1

language: node_js

node_js:
- '10'
- '12'

# dist: xenial
# services:
# - xvfb

before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH="$HOME/.yarn/bin:$PATH"
# - export CHROME_BIN=chromium-browser
# - export DISPLAY=:99.0
# - git fetch -a
# - git fetch origin master

# before_script:

script:
- yarn run -s build
- yarn run -s test:lint:quiet
- yarn run -s test:style:quiet
- yarn run -s test:jest
# cache:
# yarn: true
# directories:
# - 'node_modules'

0 comments on commit abe5d83

Please sign in to comment.