a41f938cec
As we have seen, dependencies version can prevent the build. We should user lock versions on dependencies that we know work: * Packages are vendored * Add Godep support * Added addtional install step in readme * Fix travis build error
6 lignes
145 o
Bash
6 lignes
145 o
Bash
#!/bin/bash
|
|
# fail out of the script if anything here fails
|
|
set -e
|
|
|
|
# clear out stuff generated by test.sh
|
|
rm -rf src test_program_bin toml-test
|