Skip to content

Commit fb79f8b

Browse files
committed
Remove unit and Cypress tests from Travis config
1 parent 7a59453 commit fb79f8b

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.travis.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -17,29 +17,6 @@ stages:
1717

1818
jobs:
1919
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-
script:
40-
- cd examples/tests
41-
- npm ci
42-
- npm run cypress:run:all
4320
- stage: dockerbuild
4421
language: minimal
4522
services:

0 commit comments

Comments
 (0)