8 lines
No EOL
69 B
Bash
Executable file
8 lines
No EOL
69 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -x
|
|
set -e
|
|
|
|
mix local.hex --force
|
|
mix deps.get
|
|
mix test |