Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
using the correct docker account
  • Loading branch information
oleurud committed May 3, 2018
1 parent a080357 commit 6bc6a8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ services:
- docker

before_install:
- docker pull cartoimages/engine-xenial-pg101
- docker pull carto/nodejs6-xenial-pg101

script:
- npm run docker-test
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -51,8 +51,8 @@
"scripts": {
"preinstall": "make pre-install",
"test": "make test-all",
"docker-test": "docker run -v `pwd`:/srv cartoimages/engine-xenial-pg101 bash run_tests_docker.sh && docker ps --filter status=dead --filter status=exited -aq | xargs -r docker rm -v",
"docker-bash": "docker run -it -v `pwd`:/srv cartoimages/engine-xenial-pg101 bash"
"docker-test": "docker run -v `pwd`:/srv carto/nodejs6-xenial-pg101 bash run_tests_docker.sh && docker ps --filter status=dead --filter status=exited -aq | xargs -r docker rm -v",
"docker-bash": "docker run -it -v `pwd`:/srv carto/nodejs6-xenial-pg101 bash"
},
"engines": {
"node": ">=6.9",
Expand Down

0 comments on commit 6bc6a8d

Please sign in to comment.