Skip to content

Commit

Permalink
update travis setting, dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hackmod committed Jun 13, 2018
1 parent 8cc6516 commit 9071004
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ before_install:
- docker run -d --network="container:$varA" mongo
- docker build -t ethereumclassic/explorer .
- docker run -d --network="container:$varA" ethereumclassic/explorer app.js
before_script: npm install -g gulp
script:
- npm run test
- gulp build
- npm run test
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ FROM node:latest

COPY . /

RUN npm install -g gulp-cli
RUN npm i
RUN gulp build

EXPOSE 3000

Expand Down

0 comments on commit 9071004

Please sign in to comment.