As we walk away from 1.4, godep no longer requires to have stuff into workspace and we no longer need the symlink. Signed-off-by: Olivier Gambier <olivier@docker.com>
6 lines
78 B
Bash
6 lines
78 B
Bash
#!/bin/bash
|
|
#
|
|
# Test script to be invoked by Travis.
|
|
|
|
exec script/unittest -v
|