Skip to content

Commit

Permalink
Merge pull request #12 from smartcitiesdata/travis_update
Browse files Browse the repository at this point in the history
project_36 Update travis build to not prevent build if deps are out o…
  • Loading branch information
dickthedev authored Jul 1, 2019
2 parents 086d28c + 115dfe8 commit f1dc0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ install:
script:
- mix format --check-formatted
- mix credo
- mix hex.outdated
- mix hex.outdated || true
- mix test
deploy:
skip_cleanup: true
Expand Down

0 comments on commit f1dc0af

Please sign in to comment.