Skip to content

Commit

Permalink
Merge pull request #59 from flickr/maintenance
Browse files Browse the repository at this point in the history
Upgrade dev deps
  • Loading branch information
jeremyruppel authored May 5, 2020
2 parents bc7450f + 6dff1f1 commit 9aa40fe
Show file tree
Hide file tree
Showing 3 changed files with 2,413 additions and 1,316 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ language: node_js
node_js:
- '12.0'
- '10.0'
- '8.0'
- '6.0'
before_script:
- npm run lint
script:
- npm run build
- npm test --coverage
- npm test
after_script:
- npm run coverage
Loading

0 comments on commit 9aa40fe

Please sign in to comment.