Skip to content

Commit

Permalink
Merge 8889410 into a254830
Browse files Browse the repository at this point in the history
  • Loading branch information
KD0NKS committed May 15, 2019
2 parents a254830 + 8889410 commit 872174d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 258 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
language: node_js
node_js:
- "stable"
after_script: greenkeeper-lockfile-upload
cache: npm
before_install:
- '[[ $(node -v) =~ ^v10.*$ ]] || npm install -g npm@latest'
- npm install -g greenkeeper-lockfile
before_script:
- npm run setup
- npm run build
- greenkeeper-lockfile-update
install: npm install
script:
- npm run test-report
Loading

0 comments on commit 872174d

Please sign in to comment.