Skip to content

Commit

Permalink
switch to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
timche committed Apr 24, 2018
1 parent b9c950c commit 33d6443
Show file tree
Hide file tree
Showing 4 changed files with 13,652 additions and 7,118 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
node_modules
coverage
*.log
es
lib
dist
.idea
*.log
yarn.lock
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
language: node_js
node_js:
- "lts/*"
install:
- npm i -g npm@6
- npm ci
script:
- npm run format:check
- npm run lint
- npm test
after_success:
- npx codecov
cache:
directories:
- "$HOME/.npm"

0 comments on commit 33d6443

Please sign in to comment.