remove installation step from travis because it's in Dockerfile

This commit is contained in:
Cassie Tarakajian 2018-06-19 20:01:04 -07:00
parent 25aa5c77f1
commit f340d2715f
2 changed files with 3 additions and 1 deletions

View File

@ -11,6 +11,8 @@ before_install:
- docker-compose up -d
- docker ps -a
install: true
before_script:
# Install dependencies in the app container
- docker-compose exec -T app composer self-update

View File

@ -27,7 +27,7 @@ COPY package.json package-lock.json ./
RUN npm install --production
RUN npm rebuild node-sass
RUN npm install pm2 -g
RUN npm install local-ssl-proxy
# RUN npm install local-ssl-proxy
COPY index.js ecosystem.json ./
COPY --from=build /usr/src/app/dist ./dist
# for reg production