Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Commit

Permalink
🔀 Merge branch 'fix-ci-misspell' into 'dev'
Browse files Browse the repository at this point in the history
[ci] Fix ci misspell

See merge request perun/go-perun!218
  • Loading branch information
sebastianst committed Mar 5, 2020
2 parents 5cf716e + ffc3656 commit cf761cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spelling:
<<: *only-default
image: golang
stage: vetting
script: "misspell -error ."
script: "ls -d */ | xargs misspell -error"
allow_failure: true

cyclomatic:
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dist: xenial
git:
submodules: false
language: go
go: 1.13.x
go: stable
go_import_path: perun.network/go-perun
env:
- GO111MODULE=on
Expand All @@ -20,7 +20,7 @@ jobs:
- "! gofmt -l -s `ls -d */` | grep ."
- "go vet ./..."
- golint -set_exit_status ./...
- misspell -error .
- "ls -d */ | xargs misspell -error"

- stage: unit_tests
before_script:
Expand Down

0 comments on commit cf761cd

Please sign in to comment.