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 abd814e commit 1bb2365Copy full SHA for 1bb2365
.travis.yml
@@ -1,4 +1,6 @@
1
language: node_js
2
+services:
3
+ - docker
4
sudo: false
5
node_js:
6
- 'lts/carbon'
@@ -10,3 +12,4 @@ script:
10
12
- yarn lint
11
13
- yarn code:build
14
- yarn test:all
15
+ - yarn build:docker
0 commit comments