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 7a59453 commit fb79f8bCopy full SHA for fb79f8b
.travis.yml
@@ -17,29 +17,6 @@ stages:
17
18
jobs:
19
include:
20
- - stage: unittest
21
- <<: *elixir-env
22
- env:
23
- - MIX_ENV=test
24
- script:
25
- - mix test
26
- - mix credo --ignore-checks Design
27
- - stage: exampletest
28
- language: node_js
29
- node_js:
30
- - "10"
31
- addons:
32
- apt:
33
- packages:
34
- - libgconf-2-4
35
- cache:
36
- npm: true
37
- directories:
38
- - ~/.cache
39
40
- - cd examples/tests
41
- - npm ci
42
- - npm run cypress:run:all
43
- stage: dockerbuild
44
language: minimal
45
services:
0 commit comments