Skip to content

Commit 1a0a423

Browse files
committed
using docker compose v2
1 parent 53acd69 commit 1a0a423

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ services:
33
- docker
44
script:
55
- npm run docker-check
6-
before_install:
7-
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
8-
- sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
9-
- sudo apt-get update
10-
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
116
deploy:
127
provider: script
138
skip_cleanup: true

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '3'
1+
version: '2'
22
services:
33
test:
44
image: reacttt/test-lint

0 commit comments

Comments
 (0)