Skip to content

Commit

Permalink
Merge pull request #44 from nicolas-van/master
Browse files Browse the repository at this point in the history
Adaptations to make git-hours work with recent versions of node and fix the CI
  • Loading branch information
kimmobrunfeldt authored Oct 29, 2019
2 parents 4ebb490 + 652c033 commit 0f63d05
Show file tree
Hide file tree
Showing 5 changed files with 344 additions and 334 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
language: node_js
node_js:
- 0.12
- 4
- 5
- 6
- 8
- 10
- 12

sudo: false
git:
depth: 1000000

script:
- npm run ci
- npm run jscs
- npm run eslint
- npm run test

notifications:
email:
Expand Down
Loading

0 comments on commit 0f63d05

Please sign in to comment.