Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests not run by travis #114

Closed
sigu opened this issue Mar 27, 2019 · 0 comments · Fixed by #115
Closed

tests not run by travis #114

sigu opened this issue Mar 27, 2019 · 0 comments · Fixed by #115
Assignees
Labels
bug Something isn't working dev

Comments

@sigu
Copy link
Member

sigu commented Mar 27, 2019

Travis is not running tests. Maybe the lower script is taking precedence so it's only checking on linting

before_script:
  - mix local.rebar --force
  - mix local.hex --force
  - mix deps.get
  - mix ecto.create
  - mix ecto.migrate
script:
  - mix test
script:
- make lint
@sigu sigu added bug Something isn't working dev labels Mar 27, 2019
@sigu sigu self-assigned this Mar 27, 2019
@sigu sigu mentioned this issue Mar 27, 2019
3 tasks
@sigu sigu added the review label Mar 27, 2019
@LindaKadz LindaKadz removed the review label Mar 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dev
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants