Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' into updateVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
cirocfc authored Oct 22, 2018
2 parents 3191020 + dcee1dd commit 8466f81
Show file tree
Hide file tree
Showing 3 changed files with 1,225 additions and 1,345 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
dist: trusty
sudo: required
language: node_js
node_js:
- "8.11"
Expand All @@ -6,5 +8,9 @@ services:
script:
- npm run lint
- npm run test -- --coverage
after_success:
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
deploy:
- provider: script
skip_cleanup: true
script: bash scripts/docker-push.sh
on:
tags: true
Loading

0 comments on commit 8466f81

Please sign in to comment.