Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node_modules/
/.idea/
/coverage/

package-lock.json
33 changes: 5 additions & 28 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,7 @@
language: node_js
language: nodejs

node_js:
- '12'
node_js: lts/*

sudo: false

cache:
yarn: true
directories:
- ".eslintcache"
- node_modules

script:
- yarn eslint
- yarn test

before_deploy:
- npm --no-git-tag-version --allow-same-version version $TRAVIS_TAG
- yarn build
- rm .travis.yml

deploy:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check how to keep that please

provider: npm
email: contact@yoctu.com
skip_cleanup: true
api_key:
secure: lRbUezB/LSTLYy6RAIHq9aPah0YF7TOjqD7/fzwrVGjcQOixuwbZV9hdOUDuzyLksEDn1ETFggHT0XAN0wm5GH6ZsooqT147bIk/9TGDCcZ/H5z1KvtSgG0MPNaRr91sf7oelIoaWUvJggUwgdvXRWlIO4uAzcAFk5TkEneaWbtWPASxpN615Qqd0B+zVu7p5GX68bs9t9wHrl1KIVgold9qZJV55EXNfBA9FMXjLWkWjQYtqBecms+7bzdjt6IeIaCwu+9puZffjQWlgWsQIiFZa2hkMsiNAUGjBSsm1bxSTFTWXnCFON6pIU2GB6DlyfsW+quvnPSkku06AXEUikxl/j9LRRfhNuBGFviGdMEktdsLJTgQe7h1xRI98AJ5mAdzL41vbu8XVoYrWQyJ3seqvLZFn+bpR3qSAxXlJgLOT3SJPcYzSwMnqqfs6s64dXrFzfGYMQ/1meC7W7036Zm7rXWmP0W44SlksD/1owjBz3BDKpvIe9Mh1LxHcrFedO2ZVS/VQ/gBxXy5XR03oOFenxWhypbNQxzCxaPezpAPKamjmr+DLO7U96oPB6Y/zE79b4WA5YMy2aMbQfRoO0oyuHEEESS1KjKme5aDymBMDk2gRLQgMWi2k7lyFvObYhdwTU+dwSQj3hbLWa2WsYxksGygieWfPP9OPduuv18=
on:
tags: true
import:
- source: flash-global/travis-public:js/common.yml@master
mode: deep_merge_append
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"scripts": {
"dev": "yarn encore dev --watch",
"build": "yarn encore production",
"eslint": "eslint .",
"lint": "eslint .",
"test": "jest"
},
"dependencies": {
Expand Down
Loading