Remove empty test stub, pave the way for future tests embedded in .travis.yml.

This commit is contained in:
Jorge Bucaran 2016-05-19 18:54:26 +09:00
parent 5fae5fdc80
commit 72f53cd558
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30
2 changed files with 2 additions and 5 deletions

View file

@ -4,5 +4,5 @@ before_install:
- sudo apt-get update
- sudo apt-get -y install fish
script:
- curl -Lo ~/.config/fish/functions/fisher.fish --create-dirs git.io/fisherman
- fish -c "fisher fishtape .; fishtape test/*.fish"
- curl -Lo ~/.config/fish/functions/f.fish --create-dirs git.io/fisherman
- fish -c "f --version"

View file

@ -1,3 +0,0 @@
test "$TESTNAME"
-z ""
end