We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53acd69 commit 1a0a423Copy full SHA for 1a0a423
.travis.yml
@@ -3,11 +3,6 @@ services:
3
- docker
4
script:
5
- 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
11
deploy:
12
provider: script
13
skip_cleanup: true
docker-compose.yml
@@ -1,4 +1,4 @@
1
-version: '3'
+version: '2'
2
services:
test:
image: reacttt/test-lint
0 commit comments