Skip to content

Commit

Permalink
ci(travis.yml): testing 3
Browse files Browse the repository at this point in the history
  • Loading branch information
willmendesneto committed Oct 16, 2019
1 parent ac5264c commit dcfe131
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
10 changes: 6 additions & 4 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Required to ignore subpackage's node_modules folders.
**/node_modules/**/*

# Ignore all built artefacts.
**/dist/**/*
.jest
coverage
lib
node_modules
flow-typed
.yarn
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: node_js
cache:
npm: false
yarn: false
# cache:
# yarn: true
# directories:
# - node_modules
# npm: false
# yarn: false
cache:
yarn: true
directories:
- node_modules
# sudo: required
os:
- linux
Expand All @@ -16,7 +16,7 @@ script:
- yarn test
- yarn build
- yarn bundlesize
before_script:
- yarn cache clean
# before_script:
# - yarn cache clean
after_success:
- yarn check-coverage

0 comments on commit dcfe131

Please sign in to comment.