Skip to content

Commit

Permalink
fix(dependencies): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jaebradley committed Aug 6, 2018
1 parent 8b5fc6c commit 141e8eb
Show file tree
Hide file tree
Showing 3 changed files with 7,617 additions and 5,569 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -5,16 +5,16 @@ cache:
notifications:
email: true
node_js:
- '8'
- 'node'
- 'lts/*'
install: npm install
before_install:
- npm install -g npm@5
- npm install -g greenkeeper-lockfile@1
jobs:
include:
- stage: test
script:
- npm run build
- npm run build:prod
- npm run lint
- npm run test
before_script: greenkeeper-lockfile-update
Expand Down

0 comments on commit 141e8eb

Please sign in to comment.