Skip to content

Commit

Permalink
chore: only test src and remove node 12 from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
fbaiodias committed Feb 22, 2019
1 parent 0d9c9a2 commit 717afbc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ notifications:
email: false

node_js:
- '12'
- '10'
- '8'

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"README.md"
],
"scripts": {
"test": "jest",
"test": "jest src",
"clean": "rm -rf lib",
"build": "babel src -d lib --copy-files --ignore **/*.stories.js,**/*.spec.js",
"prebuild": "yarn run clean",
Expand Down

0 comments on commit 717afbc

Please sign in to comment.