Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,19 @@ node_js:
- '9.4.0'
- '10.15.3'

services:
- docker

before_install:
- npm install

script:
- npm test
- npm run test:cover
- npm run build
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
- docker build -t supfn/promise-ployfill:latest .
- docker push supfn/promise-ployfill:latest

after_script:
- npm run coverage
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM nginx

COPY . /usr/share/nginx/html/

EXPOSE 80
1 change: 0 additions & 1 deletion build/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ module.exports = {
globalObject: 'this'
}
};

2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading