Skip to content

Commit

Permalink
feat: updated all packages to 0.36.0 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Goo authored Jun 20, 2018
1 parent f421637 commit a1d8b66
Show file tree
Hide file tree
Showing 10 changed files with 89 additions and 94 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ branches:

matrix:
include:
- node_js: 8
- node_js: 10
env: TEST_SUITE=unit
install:
- npm i
Expand All @@ -21,12 +21,13 @@ matrix:
after_success:
- codecov

- node_js: 8
- node_js: 10
env: TEST_SUITE=lint
install: npm i
script: npm run lint

- node_js: 8
- node_js: 10
install: npm i
services:
- docker
env:
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# based off https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md#running-puppeteer-in-docker
FROM node:8-slim
FROM node:10-slim

# See https://crbug.com/795759
RUN apt-get update && apt-get install -yq libgconf-2-4 git
Expand Down Expand Up @@ -43,6 +43,7 @@ USER pptruser
RUN cd /home/pptruser/ \
&& git clone https://github.com/material-components/material-components-web-react.git \
&& cd material-components-web-react \
&& git checkout . \
&& npm i

WORKDIR /home/pptruser/material-components-web-react
Loading

0 comments on commit a1d8b66

Please sign in to comment.