Skip to content

Commit 71cd856

Browse files
committed
Test deploy of haskell tools
1 parent 1772e10 commit 71cd856

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,12 @@ matrix:
5252
sudo apt-get update
5353
sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
5454
script: |
55-
cd haskell
55+
pushd haskell
5656
docker build -t sbp2json .
5757
docker run --rm --name sbp2json sbp2json >sbp_linux_tools.tar
5858
gzip sbp_linux_tools.tar
59+
ls -l
60+
popd
5961
6062
deploy:
6163
provider: releases

0 commit comments

Comments
 (0)